Hooks
Update an existing hook
Update an existing hook with the Go SDK.
PUT
Update an existing hook
Use
client.Hooks.Update to change the configuration of an existing webhook.
1
Call the method
client.Hooks.Update
2
Verify the changes
Read
updated to confirm the URL, type, and active status. The hook ID stays the same.3
Response
Related docs
How webhooks work
Hook types, payloads, and execution.
Update an existing hook
HTTP request and response schema.