---
title: "Verify Channel"
method: POST
path: "/api/v1/notifications/channels/{channel_id}/verify"
tags: ["channels"]
---

# Verify Channel

`POST /api/v1/notifications/channels/{channel_id}/verify`

Verify a notification channel using a verification code.

Email channels require verification by providing the 6-digit code
sent to the recipient email address during channel creation.

## Path parameters

- `channel_id` string, required

## Headers

- `unstructured-api-key` string, nullable

## Request body

- VerifyChannelRequest — Request to verify an email channel with a verification code.
  - `code` string, required — 6-digit verification code sent to the channel's email address

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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