Webhooks
Authorizations
OAuth2applicationRequired
Token URL:
Query parameters
limitintegerOptional
Number of items to return
afterstringOptional
Cursor for forward pagination
beforestringOptional
Cursor for backward pagination
topicstring · enumOptionalPossible values:
Filter by webhook topic
is_activebooleanOptional
Filter by active status
Responses
200
OK
application/json
end_cursorstringOptionalExample:
gaFpxBACEaXBVABEYbHG+X9LyLnHhas_next_pagebooleanOptionalExample:
truehas_previous_pagebooleanOptional
start_cursorstringOptionalExample:
gaFpxBACEaXBVABEYbHG+X9LyLnHget
/webhooks200
OK
Authorizations
OAuth2applicationRequired
Token URL:
Body
Subscribe to a webhook
endpoint_urlstringOptional
secret_keystringOptional
topicstring · enumOptionalPossible values:
Responses
201
Created
application/json
400
Bad Request
application/json
422
Unprocessable Entity
application/json
post
/webhooksAuthorizations
OAuth2applicationRequired
Token URL:
Path parameters
subscription_idstringRequired
Subscription ID
Responses
200
OK
application/json
Webhook subscription information
created_atstringOptional
endpoint_urlstringOptional
idstringOptional
is_activebooleanOptional
partner_idstringOptional
secret_last_4_digitsstringOptional
topicstring · enumOptionalPossible values:
updated_atstringOptional
400
Bad Request
application/json
404
Not Found
application/json
delete
/webhooks/{subscription_id}Authorizations
OAuth2applicationRequired
Token URL:
Query parameters
limitintegerOptional
Number of items to return
afterstringOptional
Cursor for forward pagination
beforestringOptional
Cursor for backward pagination
topicstring · enumOptionalPossible values:
Filter by webhook topic
statusstring · enumOptionalPossible values:
Filter by event status
from_datestringOptional
Filter events created after this date (ISO 8601)
to_datestringOptional
Filter events created before this date (ISO 8601)
Responses
200
OK
application/json
end_cursorstringOptionalExample:
gaFpxBACEaXBVABEYbHG+X9LyLnHhas_next_pagebooleanOptionalExample:
truehas_previous_pagebooleanOptional
start_cursorstringOptionalExample:
gaFpxBACEaXBVABEYbHG+X9LyLnHget
/webhooks/events200
OK
Last updated
Was this helpful?
