Skip to main content
POST
POST
Sends a 6-digit OTP to the specified email address. Used to verify email ownership after registration or when re-verifying a changed address.
OTP codes expire after 15 minutes. Rate-limited per email address.

Request Body

string
required
The email address to send the OTP to.

Response

boolean
true when the OTP has been dispatched.

Authorizations

Authorization
string
header
required

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

Body

application/json
email
string<email>
required

Response

200

OTP sent