Skip to main content
PATCH
/
v2
/
auth
/
validate
Validate email
curl --request PATCH \
  --url https://api.example.com/v2/auth/validate \
  --header 'Content-Type: application/json' \
  --data '
{
  "emailToken": "<string>",
  "email": "jsmith@example.com"
}
'
{
  "error": "<string>"
}

Validate email

PATCH request to /v2/auth/validate

Body

application/json
emailToken
string
required
email
string<email>
required

Response

OK