---
title: "Send a test notification"
method: POST
path: "/api/notification-providers/test"
tags: ["Notifications"]
---

# Send a test notification

`POST /api/notification-providers/test`

Send a test notification to verify provider configuration before saving.

## Request body

- object
  - `type` 'email' | 'slack' | 'webhook' | 'telegram' | 'discord' | 'teams', required
  - `config` object, required

## Response `200`

Test result

- object
  - `success` boolean
  - `message` string
  - `error` string

## Other responses

- `401` — Authentication required or token invalid

---

[API](https://skmtc.dev/supercheck-io/apis/supercheck-api.md) · [All operations](https://skmtc.dev/supercheck-io/apis/supercheck-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supercheck-io/supercheck-api/revisions/81782deccf0e/schema)
