Skip to main content
POST
/
auth
/
check-email
Check email status for authentication
curl --request POST \
  --url https://api.example.com/auth/check-email \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "status": "CONFIRMED"
}

Body

application/json
email
string
required

Email address to check

Response

200 - application/json
status
enum<string>
required

Email status

Available options:
CONFIRMED,
PASSWORD_SETUP_REQUIRED