v1
latestOpenAPI 3.1.02026-07-2489171167.4 KBWebhooks
Create a new webhook subscription
Creates a new webhook subscriber with subscription for the specified events.
post/webhooks
Request body
Example request
{
"url": "https://example.com/webhook-receiver",
"signatureKey": "1234567890",
"description": "Notification endpoint for service desk events",
"eventNames": [
"sr.created",
"sr.updated"
]
}Response
Webhook subscription created successfully
Example response
{
"id": "123e4567426614174000"
}