cURL
curl --request POST \ --url https://auth.platform.arb.inc/users/email/send-verification \ --header 'Content-Type: application/json' \ --data ' { "email": "user@example.com" } '
{ "codeLength": 8, "validForSeconds": 600, "retryInSeconds": 60 }
Sends a verification code to the user’s email address for email confirmation. Codes are rate-limited to prevent abuse.
User's email address
"user@example.com"
Verification code sent successfully
Length of the verification code
8
Number of seconds the code is valid
600
Number of seconds before a new code can be requested
60