GET
/
webhook

Response

200 - application/json
id_webhook_endpoint
string
required

The unique UUID of the webhook.

endpoint_description
string
required

The description of the webhook.

url
string
required

The endpoint url of the webhook.

secret
string
required

The secret of the webhook.

active
boolean
required

The status of the webhook.

created_at
string
required

The created date of the webhook.

scope
string[]
required

The events that the webhook listen to.

id_project
string
required

The project id tied to the webhook.

last_update
string
required

The last update date of the webhook.

Was this page helpful?