Skip to main content
POST
Test webhook

Path Parameters

webhook_id
string
required

Webhook UUID

Response

Test delivery completed

Test webhook response

success
boolean
required

Whether the test delivery succeeded

duration_ms
integer<int64>
required

Delivery duration in milliseconds

Required range: x >= 0
status_code
integer<int32> | null

HTTP status code from the endpoint

Required range: x >= 0
error
string | null

Error message if failed

Last modified on July 13, 2026