Skip to main content
POST
/
users
/
email
/
confirm
Confirm email address
curl --request POST \
  --url https://auth.platform.arb.inc/users/email/confirm \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "user@example.com",
  "verificationCode": "AB12CD34"
}
'

Body

application/json
email
string<email>
required

User's email address

Example:

"user@example.com"

verificationCode
string
required

Verification code sent to the email address

Example:

"AB12CD34"

Response

Successfully verified email