Skip to main content
POST
Send password reset code

Body

application/json
email
string<email>
required

User's email address

Example:

"user@example.com"

Response

Verification code sent successfully

codeLength
integer

Length of the verification code

Example:

8

validForSeconds
integer

Number of seconds the code is valid

Example:

600

retryInSeconds
integer

Number of seconds before a new code can be requested

Example:

60