POST
/
webhooks

Authorizations

x-api-key
string
header
required

Body

application/json
description
string | null
required

The description of the webhook.

scope
string[] | null
required

The events that the webhook listen to.

url
string | null
required

The endpoint url of the webhook.

Response

201 - application/json
active
boolean | null
required

The status of the webhook.

created_at
string | null
required

The created date of the webhook.

endpoint_description
string | null
required

The description of the webhook.

id_project
string | null
required

The project id tied to the webhook.

id_webhook_endpoint
string | null
required

The unique UUID of the webhook.

last_update
string | null
required

The last update date of the webhook.

scope
string[] | null
required

The events that the webhook listen to.

secret
string
required

The secret of the webhook.

url
string | null
required

The endpoint url of the webhook.