cURL
curl --request POST \ --url https://api.example.com/auth/check-email \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>" } '
{ "status": "CONFIRMED" }
Email address to check
Email status
CONFIRMED
PASSWORD_SETUP_REQUIRED
Was this page helpful?