Skip to main content
POST
/
notifications
/
channels
/
{id}
/
test
curl -X POST "https://kodostatus.com/api/v1/notifications/channels/ch_abc123/test" \
  -H "X-API-Key: your_api_key"
{
  "success": true,
  "message": "Test notification sent"
}

Path Parameters

id
string
required
The channel ID

Response

success
boolean
Whether the test notification was sent successfully
message
string
Status message
curl -X POST "https://kodostatus.com/api/v1/notifications/channels/ch_abc123/test" \
  -H "X-API-Key: your_api_key"
{
  "success": true,
  "message": "Test notification sent"
}