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

Response

Webhook subscription created.

status'ACTIVE' | 'DISABLED_BY_FAILURES' | 'DISABLED_BY_USER' required
headersobject nullable required
metadataobject nullable required

Changes