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

# Send a Confirmation Code

`POST /Parent/Verification/Send`

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

Emails or texts a one-time code to the address or number the caller is changing to. Rate-limited per destination AND per caller (the caller cap is the binding one; the endpoint throttle keys on a client-supplied header and is defence in depth only). Always answers 200 — whether a code was sent is in the body, so the endpoint cannot be used to probe which addresses exist.

## Request body

- SendVerificationRequest
  - `channel` string, nullable
  - `destination` string, nullable

## Response `200`

Success — see Sent

- SendVerificationResponse
  - `sent` 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)
