v24

latestOpenAPI 3.1.0raw.githubusercontent.com2025-12-1152106250.5 KB
Webhooks

Test Webhook

Send a test event to a webhook for testing and debugging purposes

post/api/webhooks/{webhook_id}/test

Path parameters

webhook_idstring required

Request body

event_typestring required

Must be valid WebhookEventType

dataobject required

Custom event data payload

Response

Successful Response

successboolean required

Whether the test completed successfully

messagestring required

Descriptive message about the test result

webhook_delivery_resultobject required

Result from process_webhook_task