v1

latestOpenAPI 3.1.02026-07-2617125852.3 KB
Webhook

Test a webhook

Send a test payload to a webhook URL to verify it is working

post/api/v2/webhooks/{id}/test

Path parameters

idstring uuid required
Example:019f94cd-af70-7a7f-be9e-4d1e6257d03f

Response

Default Response

successboolean
messagestring
response_time_msnumber
status_codenumber
errorstring

Example response

{
  "success": true,
  "message": "Webhook test successful",
  "response_time_ms": 250,
  "status_code": 200,
  "error": "Connection timeout"
}