Webhooks
Create webhook
POST
/
webhooks
Authorizations
Body
application/json
The endpoint url of the webhook.
The description of the webhook.
The events that the webhook listen to.
Response
201 - application/json
The unique UUID of the webhook.
The description of the webhook.
The endpoint url of the webhook.
The secret of the webhook.
The status of the webhook.
The created date of the webhook.
The events that the webhook listen to.
The project id tied to the webhook.
The last update date of the webhook.
Was this page helpful?