Webhooks
Create webhook
Allows you to create a new webhook.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Creates a new webook
The connections for which this webhook will be triggered.
The endpoint that must be called when the webhook is triggered.
Minimum length:
1
The events that will trigger this webhook.
An optional description of the purpose of the webhook.
Response
200 - application/json
Describes a webhook.
The connections for which this webhook will be triggered.
An optional description of the purpose of the webhook.
The endpoint that will be called when the webhook is triggered.
The events that will trigger this webhook.
The ID of the webhook.