---
title: "Verify email address"
method: POST
path: "/v1/account.verifyEmail"
tags: ["account"]
---

# Verify email address

`POST /v1/account.verifyEmail`

## Request body

- V1AccountVerifyEmailRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `code` string, required — The code to verify

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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