Phone — entry 006 of 7
Veriphone
Veriphone validates phone numbers and returns carrier, line type (mobile/fixed/VoIP), and formatted output for 243 countries, either via a single lookup or bulk CSV upload. Its own docs state "CORS is enabled on all endpoints," and a live OPTIONS preflight plus an unauthenticated GET against api.veriphone.io/v3/verify both returned Access-Control-Allow-Origin echoing the request Origin, reconfirming cors "yes"; the GET also returned a 400 JSON error demanding the key parameter, reconfirming auth "API Key" over HTTPS. Its pricing page offers 1,000 free validations/month with no credit card required, alongside one-time credit packs and monthly subscription tiers — freemium.
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.