Webhook endpoints
Create a webhook endpoint
This endpoint is used to create a webhook endpoint.
POST
/
webhook_endpoints
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
webhook_endpoint
object
Response
200 - application/json
webhook_endpoint
object
requiredWas this page helpful?