---
title: "Check a Confirmation Code"
method: POST
path: "/Parent/Verification/Check"
tags: ["Parent"]
---

# Check a Confirmation Code

`POST /Parent/Verification/Check`

**Requires permissions:** *Guardian* or *NewJoiner* or *Parent* or *Student*

Confirms a one-time code. Codes are single-use, expire after 10 minutes and allow five attempts — the attempt counter is atomic, and is the real limit; the endpoint throttle keys on a client-supplied header and is defence in depth only.

## Request body

- CheckVerificationRequest
  - `channel` string, nullable
  - `destination` string, nullable
  - `code` string, nullable

## Response `200`

Success — see Verified

- CheckVerificationResponse
  - `verified` boolean
  - `message` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
