Qonoro Phone Validator
POST api.qonoro.ai/v1/phone/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
Validate phone numbers: E.164 format, country detection, line type (mobile/landline/VOIP/toll-free), and risk score. Deterministic, sub-second. x402-native.
Resource: api.qonoro.ai/v1/phone/validate
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb
Payment methods: — · Last validation: —
{
"input": {
"body": {
"phone": "+14155552671"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"inputSchema": {
"type": "object",
"required": [
"phone"
],
"properties": {
"phone": {
"type": "string",
"description": "Phone number to validate (E.164 preferred, e.g. '+14155552671')."
},
"buyer_region": {
"type": "string",
"description": "Optional privacy-safe buyer region for operational reporting."
},
"country_hint": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code hint for parsing local numbers (e.g. 'US')."
}
}
}
},
"output": {
"type": "json",
"example": {
"valid": true,
"possible": true,
"cache_hit": false,
"line_type": "landline_or_mobile",
"request_id": "example-request-id",
"risk_score": 0.1,
"country_iso": "US",
"e164_format": "+14155552671",
"phone_input": "+14155552671",
"country_code": 1,
"country_name": "United States",
"risk_reasons": [
"Line type is ambiguous (landline or mobile)."
],
"national_format": "(415) 555-2671",
"response_time_ms": 5,
"international_format": "+1 415-555-2671"
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "10000"
}
]
}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.