v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBWebhooks Integration
Create a webhooks integration
Creates an endpoint with the name <WEBHOOK_NAME>.
post/api/v1/integration/webhooks/configuration/webhooks
Request body
Example request
{
"name": "WEBHOOK_NAME",
"url": "https://example.com/webhook"
}Response
OK
Example response
{
"name": "WEBHOOK_NAME",
"url": "https://example.com/webhook"
}