Phone — entry 007 of 7
VeriRoute Intel
VeriRoute Intel is a live phone-intelligence platform offering CNAM caller-ID lookup, LRN/carrier routing lookup, message-provider identification, and spam/fraud scoring for North American numbers, served from verirouteintel.com/api/v1/<service>. A live OPTIONS preflight against its real API host carried no Access-Control-Allow-Origin header at all, resolving the stored "unknown" cors to "no"; a follow-up unauthenticated GET returned a 401 "API key required" JSON error over HTTPS, confirming auth "API Key" and https true. Its pricing page is strictly pay-as-you-go per query (from $0.0005/lookup) with a free sandbox and no subscription requirement — metered.
GreatAPIs Score
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.