These docs are for v1. Click to read the latest docs for v2.

Create webhook

Creates a new webhook configuration. You will receive your webhook key in the response, which is unique per endpoint. Note that keys are only populated after creation and can therefore only be seen once. Make sure to store your key in a safe place. Read more about webhook security in the Webhooks and events section.

Body Params

CreateWebhookRequest

filter
array of objects
required

An inclusive filter to specify which resources and events that you are interested in.

filter*
string

An optional name for your webhook where you could describe its purpose.

string
required

The URL to which webhooks will be sent via HTTP POST requests in JSON format. Must use https.

Response

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