Skip to main content
POST
/
webhooks
/
{id}
/
test
curl -X POST "https://kodostatus.com/api/v1/webhooks/wh_abc123/test" \
  -H "X-API-Key: your_api_key"
{
  "success": true,
  "status_code": 200
}

Path Parameters

id
string
required
The webhook ID

Response

success
boolean
Whether the webhook responded successfully
status_code
integer
HTTP status code from your endpoint
curl -X POST "https://kodostatus.com/api/v1/webhooks/wh_abc123/test" \
  -H "X-API-Key: your_api_key"
{
  "success": true,
  "status_code": 200
}