Webhooks
Body
Webhook creation data
enabledbooleanRequired
Whether webhook is enabled
eventTypestring · enumRequiredPossible values:
Event type
urlstring · uri · min: 1 · max: 2048Required
Webhook URL (must be HTTPS)
Responses
201
Created
application/json
default
Error
application/problem+json
post
/api/webhooksPath parameters
webhookIdstringRequiredExample:
Webhook ID
whk_01234567-0000-0000-0000-000000000000Body
Webhook update data
enabledbooleanOptional
Whether webhook is enabled
urlstring · uri · min: 1 · max: 2048Optional
Webhook URL
Responses
200
OK
application/json
default
Error
application/problem+json
patch
/api/webhooks/{webhookId}Last updated
