v11

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0112893437.0 KB
Webhooks

Test webhook endpoint

post/webhooks/{id}/test

Path parameters

idstring required

Resource ID returned by the matching create or list endpoint.

Response

Test result

successboolean required
statusCodeinteger required
errorstring

Example response

{
  "success": true,
  "statusCode": 200
}