Debriefer

Send a test ping to a webhook endpoint

POST
/api/v1/webhooks/{id}/test

Path Parameters

id*string

Response Body

application/json

curl -X POST "https://loading/api/v1/webhooks/whk_1234567890abcdef/test"
{
  "success": true,
  "delivery_id": "string",
  "event_id": "string",
  "http_status": 0,
  "response_body": "string",
  "error_message": "string",
  "duration_ms": 0
}
Empty