Webhooks
Authorizations
Body
eventall ofRequiredExample:
Event type that triggers the webhook
extractedstring · enumOptionalPossible values:
urlstringRequiredExample:
URL where webhook notifications will be sent
https://example.com/webhook-endpointResponses
201
The webhook subscription has been created
application/json
400
Bad request - URL and event are required
500
Internal server error
post
/api/webhook/subscriptionAuthorizations
Path parameters
idstringRequired
Subscription ID
Body
eventall ofOptionalExample:
Event type that triggers the webhook
extractedstring · enumOptionalPossible values:
urlstringOptionalExample:
URL where webhook notifications will be sent
https://example.com/webhook-endpointResponses
200
The updated webhook subscription
application/json
404
Subscription not found
500
Internal server error
put
/api/webhook/subscription/{id}Last updated
Was this helpful?