cURL
curl --request POST \ --url https://auth.platform.arb.inc/users/email/send-verification \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
{ "codeLength": 6, "validForSeconds": 600, "retryInSeconds": 60 }
Sends a verification code to the user’s email address if it is unverified.
The email address to send the verification code to.
"[email protected]"
Verification code successfully sent.
Length of the verification code sent.
6
Duration in seconds the code is valid for.
600
Minimum wait time before another request can be made.
60