Create a webhook destination

Create a new webhook destination to receive event notifications.

The response includes a signingSecret field that you should store securely. This secret is only returned once at creation time. Use it to verify the authenticity of incoming webhook payloads.

If eventTypes is omitted or set to null, the destination will receive all event types (wildcard).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Webhook destination information.

uri
required
length ≤ 2048

HTTPS URL that will receive webhook events.

string | null

Human-readable label for the destination.

eventTypes
array of objects | null

List of event types to subscribe to. Omit or set to null to receive all event types (wildcard).

boolean

Whether the destination is enabled. Defaults to true.

Responses

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