curl -X POST "https://api.bouncedetector.com/api/v1/verify" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"email": "user@example.com"}'
{ "email": "user@example.com", "valid": true, "deliverable": true, "acceptAll": false, "role": false, "temporary": false, "mx": true, "smtp": true, "score": 100 }
Verify a single email address in real time.
noCache
true
false
Your API key (e.g. bdt_abc123...). Obtain from the dashboard.
"user@example.com"
If true, always run verification and ignore cache.
Verification result