POST
/
frontend
/
api
/
v1
/
auth
/
verify
curl --request POST \
  --url https://{host}/frontend/api/v1/auth/verify \
  --header 'Content-Type: application/json' \
  --header 'X-Recaptcha-Token: <x-recaptcha-token>' \
  --data '{
  "verify-token": "<string>"
}'
{
  "email": "<string>",
  "status": "anonymous",
  "success": true
}

Headers

X-Recaptcha-Token
string
required
Minimum length: 6

Body

application/json

Response

200 - application/json

OK

The response is of type object.