---
title: "Send a test to a channel"
canonical: https://docs.mentio.dev/api/alerts/test-channel
markdown: https://docs.mentio.dev/api/alerts/test-channel.mdx
---

# Send a test to a channel

`POST /v1/channels/{id}/test`

## Parameters

- `id` (path, required): Channel id (dest_...).

## Responses

- 200: A test message was attempted on the channel (webhooks receive event "test")
- 401: Missing or invalid API key
- 404: Channel not found

Full schemas: https://api.mentio.dev/v1/openapi.json. Conventions: https://docs.mentio.dev/conventions.mdx
