---
title: "Verifies the email using a 6-digit code"
method: POST
path: "/v1/verify-email-code"
tags: ["Users"]
---

# Verifies the email using a 6-digit code

`POST /v1/verify-email-code`

## Request body

- object
  - `data` object, required
    - `code` string, required

## Response `204`

Email verified successfully

## Other responses

- `400` — Invalid or expired code
- `429` — Too many attempts

---

[API](https://skmtc.dev/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.dev/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/revisions/ae76edbfc7f2/schema)
