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
Create email one-time passcode
Create a new one-time passcode for the current userās primary email. The user will receive an email with the passcode.
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"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?