v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBWebhooks Integration
Get a webhook integration
Gets the content of the webhook with the name <WEBHOOK_NAME>.
get/api/v1/integration/webhooks/configuration/webhooks/{webhook_name}
Path parameters
webhook_namestring required
The name of the webhook.
Response
OK
Example response
{
"name": "WEBHOOK_NAME",
"url": "https://example.com/webhook"
}