Notifications API
Send a test notification
Send a test notification to verify provider configuration before saving.
Authorization
bearerAuth AuthorizationBearer <token>
Project-scoped CLI token (sck_live_* or sck_test_*) for documented API operations that accept bearer authentication. Interactive browser operations may require a session cookie. Trigger keys (sck_trigger_* / legacy job_*) are accepted only by job trigger endpoints.
In: header
Request Body
application/json
type*string
Value in
"email" | "slack" | "webhook" | "telegram" | "discord" | "teams"config*object
Response Body
application/json
application/json
curl -X POST "https://demo.supercheck.dev/api/notification-providers/test" \ -H "Content-Type: application/json" \ -d '{ "type": "email", "config": {} }'{
"success": true,
"message": "string",
"error": "string"
}{
"error": "Unauthorized"
}