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"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}My Account
Get email verification status
Get the verification status for the current userās primary email
GET
/
api
/
v1
/
user
/
me
/
email
/
status
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"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?