---
title: "Confirm Verification"
method: POST
path: "/teacher-verification/confirm"
tags: ["Teacher Verification"]
---

# Confirm Verification

`POST /teacher-verification/confirm`

Confirm a teacher-verification magic link.

Public endpoint: the teacher may open the link from any device, logged in
or not — the token is self-contained. A successful confirmation proves
ownership of an academic address, so the account is auto-approved.

## Request body

- ConfirmVerificationData
  - `token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
