cURL
curl --request POST \ --url https://auth.platform.arb.inc/users/email/confirm \ --header 'Content-Type: application/json' \ --data ' { "email": "user@example.com", "verificationCode": "AB12CD34" } '
Confirms a user’s email address using a verification code sent via email. The account must be verified before authentication is allowed.
User's email address
"user@example.com"
Verification code sent to the email address
"AB12CD34"
Successfully verified email