Back to library
Disposable Email Detection API
Deep email deliverability verification. Performs full Email Validation plus SMTP inbox check, catch-all detection, and returns a qualification verdict (valid, invalid, risky, disposable, unknown).
Private5 credits = 1 requestGET/v1/intelligence/emailq
Endpoint Overview
Detailed documentation, pricing, and usage examples.
Loading…
Code samples
Bash
curl --location --request GET 'https://api.piloterr.com/v1/intelligence/emailq' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'Replace <token> with your API key, then run the request from your terminal or app.
Create free account, get +500 creditsExample response
JSON
{
"dns": {
"mx": true,
"spf": "v=spf1 include:spf.protection.outlook.com -all",
"dmarc": "v=DMARC1; p=reject; rua=mailto:dmarc@airbus.com",
"spf_valid": true,
"mx_records": [
{
"hostname": "airbus-com.mail.protection.outlook.com",
"priority": 10
}
],
"dmarc_valid": true,
"mx_providers": [
{
"slug": "microsoft",
"type": "mailbox",
"grade": "professional"
}
]
},
"email": "contact@airbus.com",
"domain": "airbus.com",
"is_alias": false,
"education": false,
"role_type": "contact",
"disposable": false,
"risk_score": 10,
"smtp_valid": true,
"did_you_mean": null,
"has_gravatar": false,
"relay_domain": false,
"role_account": true,
"public_domain": false,
"qualification": "valid",
"normalized_email": "contact@airbus.com"
}Integrations
Integrate Disposable Email Detection with your favorite tools.
Pricing
5 credits per request
Reviews
5 / 5 (58 reviews)
66 active users
392K requests
12ms avg response time
Method
GET
Path
/v1/intelligence/emailq
Status
Private
Collections
Related APIs
Expand your data capabilities with these complementary tools.