Webhooks API
Create Webhook
Create a new webhook.
POST
This endpoint requires your private API key.
Once a webhook is created, events will be sent to it based on the criteria specified in the webhook.
The data sent follows the Event schema and is sent as a JSON array in the POST request in the data
field. Below is an example request body:
Body
application/json
Response
200 - application/json
The webhook has been successfully created. Requires private API key in Bearer token.
The response is of type object
.