v4

latestOpenAPI 3.0.02026-08-04109113304.5 KB
Webhooks

Read a Webhook

Get all the properties of a single Webhook

get/webhooks/{webhook_id}

Path parameters

webhook_idinteger required

The webhook identifier

Response

Return Webhook info

activeboolean

Is Webhook active.

createdstring

Created time.

descriptionstring

A short description of the Webhook.

eventsstring[]

List of events subscribed to the webhook.

idstring

ID of this Webhook

last_modifiedstring

Last modification time.

namestring required

Name of the Webhook.

project_idinteger required

ID of the project of the Environment.

urlstring required

Webhook URL

Example response

{
  "description": "Webhook description"
}