---
title: "Get email verification status"
method: GET
path: "/api/v1/user/me/email/status"
tags: ["My Account"]
---

# Get email verification status

`GET /api/v1/user/me/email/status`

Get the verification status for the current user's primary email

## Query parameters

- `passcode` string

## Response `200`

Ok

- ApiEmailStatusResponse — Shows the current verification status of an email address
  - `results` EmailStatusExpiring, required — Verification status of an email address
    - `otp` object
      - `numberOfAttempts` number, double, required — Number of times the passcode has been attempted
      - `createdAt` string, date-time, required — Time that the passcode was created
      - `isMaxAttempts` boolean, required
      - `isExpired` boolean, required
      - `expiresAt` string, date-time, required
    - `isVerified` boolean, required
    - `email` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

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