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
Example response
{
"description": "Webhook description"
}Get all the properties of a single Webhook
The webhook identifier
Return Webhook info
{
"description": "Webhook description"
}