---
title: "Sends a verification code to the authenticated user's email"
method: POST
path: "/v1/send-verification-code"
tags: ["Users"]
---

# Sends a verification code to the authenticated user's email

`POST /v1/send-verification-code`

## Response `200`

Returns the timestamp when the code was sent

- object
  - `data` object, required
    - `codeSentAt` string, required

## Other responses

- `429` — Too many requests

---

[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/77a0df47eb74/schema)
