Hooks
View list of hooks by type
List hooks by type with the Go SDK.
GET
View list of hooks by type
Use
client.Hooks.List to fetch registered webhooks, optionally filtered by type.
1
Call the method
client.Hooks.List
2
Use the hook list
Iterate over
hooks to find hooks by type or active status. Save hook IDs you need for updates or deletion.3
Response
Related docs
How webhooks work
Hook types, payloads, and execution.
View list of hooks by type
HTTP request and response schema.