curl -X POST "https://kodostatus.com/api/v1/notifications/channels/550e8400-e29b-41d4-a716-446655440000/test" \
-H "X-API-Key: your_api_key"
{
"success": true,
"message": "Test notification sent"
}
Notification Channels
Test Notification Channel
Send a test notification to verify the channel works
POST
/
notifications
/
channels
/
{id}
/
test
curl -X POST "https://kodostatus.com/api/v1/notifications/channels/550e8400-e29b-41d4-a716-446655440000/test" \
-H "X-API-Key: your_api_key"
{
"success": true,
"message": "Test notification sent"
}
Path Parameters
string
required
The channel ID
Response
boolean
Whether the test notification was sent successfully
string
Status message
curl -X POST "https://kodostatus.com/api/v1/notifications/channels/550e8400-e29b-41d4-a716-446655440000/test" \
-H "X-API-Key: your_api_key"
{
"success": true,
"message": "Test notification sent"
}