Skip to main content
PUT
/
api
/
v1
/
user
/
me
/
email
/
otp
Error
A valid request URL is required to generate request examples
{
  "results": {
    "isVerified": true,
    "email": "<string>",
    "otp": {
      "numberOfAttempts": 123,
      "createdAt": "2023-11-07T05:31:56Z",
      "isMaxAttempts": true,
      "isExpired": true,
      "expiresAt": "2023-11-07T05:31:56Z"
    }
  },
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://lightdash-work-with-ai-section-1771841038.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

Ok

Shows the current verification status of an email address

results
object
required

Verification status of an email address

status
enum<string>
required
Available options:
ok