cURL
curl --request POST \ --url https://auth.platform.arb.inc/users/password/send-verification \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
{ "codeLength": 6, "validForSeconds": 600, "retryInSeconds": 300 }
Sends a verification code to the user’s email for resetting the password.
The email address associated with the user account.
"[email protected]"
Verification code sent successfully.
The length of the verification code.
6
Number of seconds the verification code is valid for.
600
Number of seconds before another code can be requested.
300