---
title: "Test Notification Channel Route"
method: POST
path: "/api/v1/notification-settings/test"
tags: ["alerts"]
---

# Test Notification Channel Route

`POST /api/v1/notification-settings/test`

Send an immediate test notification so admins can verify a channel
before trusting it with real alerts.

## Headers

- `Authorization` string, nullable

## Request body

- NotificationChannelTest
  - `channel` 'slack' | 'email', required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

## Changes

> 5 revisions in range; 1 could not be searched.

- **2026-08-25** `e63bfe8e38b4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/xenovia/apis/controlplane/changes/api/v1/notification-settings/test/post.md)

---

[API](https://skmtc.dev/xenovia/apis/controlplane.md) · [All operations](https://skmtc.dev/xenovia/apis/controlplane/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xenovia/controlplane/revisions/9efbf54a37d4/schema)
