Webhooks
Fetch webhook
Fetch a specific webhook by its ID
GET
Authorizations
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
ID of the webhook
Response
200
application/json
Successfully retrieved the webhook
The outcome of the fetch request
Available options:
success
, not_found
, error
Example:
"success"
Webhooks are used to notify you when sync alerts are raised or resolved, or when certain lifecycle events happen during a sync run.
Was this page helpful?