Access
Generate a one-time password (OTP)
Generates a one-time password for a given email, with an optional expiration time, and sends it via email.
POST
Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Body
application/json
The email address for which to generate the OTP.
Optional. The expiration time of the OTP in seconds.
Required range:
x > 1