Webhooks

Create a webhook endpoint

POST/webhook-endpoints

Create a webhook URL and description. This can also be done on the dashboard.

Body Parameters

description

stringRequired

A description for this webhook endpoint.

enabled_events

array of stringsRequired

A list of events and event types which will be sent to this webhook's URL.

url

stringRequired

The HTTPS URL that webhooks will be delivered to.