Back to catalog
📧

Verifier

API Key

Verifies that a given email is real

📧EmailHTTPSCORS enabled

alex.morgan@company.com

Email Verification

EmailAlex.morgan@company.com
ValidYes
DisposableNo
Mx FoundYes
Score0.97

Sample Response

response.json
1{
2 "email": "alex.morgan@company.com",
3 "valid": true,
4 "disposable": false,
5 "mx_found": true,
6 "score": 0.97
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://verifier.meetchopra.com/docs#/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs