PUT
/
api
/
v1
/
user
/
me
/
email
/
otp
{
  "results": {
    "otp": {
      "numberOfAttempts": 123,
      "createdAt": "2023-11-07T05:31:56Z",
      "isMaxAttempts": true,
      "isExpired": true,
      "expiresAt": "2023-11-07T05:31:56Z"
    },
    "isVerified": true,
    "email": "<string>"
  },
  "status": "ok"
}

Response

200
application/json
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