Webhook endpoints
Create a webhook endpoint
This endpoint is used to create a webhook endpoint.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Webhook Endpoint payload
The body is of type object
.
Response
200
application/json
Webhook Endpoint created
The response is of type object
.