Register a webhook endpoint

POST/webhooks

Requires scope: manage:webhooks

Request body

FieldTypeAllowed valuesDescription
urlrequiredstringany stringhttps only
event_typesstring[]any string[]Omit for all events

Responses

StatusDescription
201Created (secret shown once)
400Invalid url / event types
401Missing or invalid API key
403Key lacks the required scope
429Rate limit exceeded (see Retry-After)
Is this page helpful?