---
title: "Verify Email"
method: POST
path: "/auth/account/verify/{code}"
tags: ["Account"]
---

# Verify Email

`POST /auth/account/verify/{code}`

Verify an email address.

## Path parameters

- `code` string, required

## Response `200`

- ResponseVerify
  - `ticket` MFATicket, required
    - `_id` string, required — Unique Id
    - `account_id` string, required — Account Id
    - `token` string, required — Unique Token
    - `validated` boolean, required — Whether this ticket has been validated (can be used for account actions)
    - `authorised` boolean, required — Whether this ticket is authorised (can be used to log a user in)
    - `last_totp_code` string, nullable — TOTP code at time of ticket creation

## Other responses

- `default` — An error occurred.

---

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