Request email verification OTP

Send a verification OTP to the authenticated user's email address. Only works if the email is not already verified.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OTP sent successfully
messagestring
emailstring
expiresInstring

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error