Create webhook

Create a new webhook endpoint.

Query Params
int32
required

The unique identifier of the site associated with your account.

Body Params
string
required

The webhook endpoint URL. Must be unique per account. Must return HTTP 200 when called via POST.

string

A description of what this webhook is for. Max 200 characters.

boolean
required

Set to true to receive all event types. If false, events_enabled is required.

events_enabled
array of strings

Array of event names to subscribe to. Required when all_events_enabled is false. No duplicates allowed.

events_enabled
Headers
string
required
Defaults to Bearer eyJ***
Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json