Webhooks
Fires a one-off webhook.test delivery and returns the result immediately. Does not retry or affect the endpoint's health counters.
Authorization
bearerAuth AuthorizationBearer <token>
An API key created under Settings → API & Webhooks.
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/webhooks/string/test"{ "data": { "ok": true, "status": 0, "error": "string" }}