curl -X POST "https://kodostatus.com/api/v1/webhooks/550e8400-e29b-41d4-a716-446655440000/test" \
-H "X-API-Key: your_api_key"
{
"success": true,
"status_code": 200
}
Webhooks
Test Webhook
Send a test payload to verify the webhook works
POST
/
webhooks
/
{id}
/
test
curl -X POST "https://kodostatus.com/api/v1/webhooks/550e8400-e29b-41d4-a716-446655440000/test" \
-H "X-API-Key: your_api_key"
{
"success": true,
"status_code": 200
}
Path Parameters
string
required
The webhook ID
Response
boolean
Whether the webhook responded successfully
integer
HTTP status code from your endpoint
curl -X POST "https://kodostatus.com/api/v1/webhooks/550e8400-e29b-41d4-a716-446655440000/test" \
-H "X-API-Key: your_api_key"
{
"success": true,
"status_code": 200
}