Webhooks
Create webhook
POST
/
webhooks
Authorizations
x-api-key
string
headerrequiredBody
application/json
url
string | null
requiredThe endpoint url of the webhook.
description
string | null
The description of the webhook.
scope
string[] | null
requiredThe events that the webhook listen to.
Response
201 - application/json
id_webhook_endpoint
string | null
requiredThe unique UUID of the webhook.
endpoint_description
string | null
requiredThe description of the webhook.
url
string | null
requiredThe endpoint url of the webhook.
secret
string
requiredThe secret of the webhook.
active
boolean | null
requiredThe status of the webhook.
created_at
string | null
requiredThe created date of the webhook.
scope
string[] | null
requiredThe events that the webhook listen to.
id_project
string | null
requiredThe project id tied to the webhook.
last_update
string | null
requiredThe last update date of the webhook.
Was this page helpful?