Webhooks
Create webhook
Creates a new webhook endpoint that will receive event notifications
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Webhook to create
The body is of type object
.
Response
201
application/json
Webhook created successfully
The response is of type object
.