webhook-subscriptions

Create webhook subscription

Creates a new webhook subscription within the caller account.

post/api/v1/webhook-subscriptions

Request body

event_typesstring[] required
headersobject nullable
metadataobject nullable
namestring required
urlstring uri required

Response

Webhook subscription created.

status'ACTIVE' | 'DISABLED_BY_FAILURES' | 'DISABLED_BY_USER' required
headersobject nullable required
metadataobject nullable required
idstring required
namestring required
urlstring required
event_typesstring[] required
disabled_atstring nullable required
created_atstring required
updated_atstring required

Changes