Qonoro Email Validator
POST api.qonoro.ai/v1/email/validate
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Validates email deliverability: syntax check, MX record lookup, and SMTP server reachability. Returns risk score and quality rating. Deterministic, sub-second. x402-native.
Resource: api.qonoro.ai/v1/email/validate
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb
Payment methods: — · Last validation: —
{
"input": {
"body": {
"email": "contact@stripe.com"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"email"
],
"properties": {
"email": {
"type": "string",
"description": "Email address to validate (e.g. 'contact@stripe.com')."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
}
}
}
},
"output": {
"type": "json",
"example": {
"email": "contact@stripe.com",
"valid": true,
"domain": "stripe.com",
"quality": "valid",
"mx_found": true,
"cache_hit": false,
"disposable": false,
"mx_records": [
{
"host": "aspmx.l.google.com",
"priority": 1
}
],
"request_id": "example-request-id",
"risk_score": 0,
"risk_reasons": [],
"syntax_valid": true,
"response_time_ms": 320,
"smtp_connectable": true
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "5000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.