v2
latestOpenAPI 3.1.02026-07-312303692.4 MBWebhook Endpoint
Create Operational Webhook Endpoint
Create an operational webhook endpoint.
post/api/v1/operational-webhook/endpoint
Headers
idempotency-keystring
The request's idempotency key
Request body
Example request
{
"url": "https://example.com/webhook/",
"description": "An example endpoint name",
"uid": "unique-identifier",
"filterTypes": [
"message.attempt.failing"
],
"secret": "whsec_C2FVsBQIhrscChlQIMV+b5sSYspob7oD"
}Response
Example response
{
"id": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"url": "https://example.com/webhook/",
"uid": "unique-identifier",
"filterTypes": [
"message.attempt.failing"
]
}