Hooks
View hook details
View the details of a hook with the Go SDK.
GET
View hook details
Use
client.Hooks.Get to fetch a single webhook by its ID.
1
Call the method
client.Hooks.Get
2
Use the hook details
Read
hook for URL, type, active status, and last execution results. Use this to debug hook failures or confirm configuration.3
Response
Related docs
How webhooks work
Hook types, payloads, and execution.
View hook details
HTTP request and response schema.