# Veriphone API **Provider:** Veriphone **Category:** communication **Base URL:** `https://veriphone.io` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://veriphone.io ## Description Phone number validation & carrier lookup ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://veriphone.io/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://veriphone.io' ``` ## Sample Response ```json {} ``` ## Pricing Details Phone number validation and carrier lookup. Free: 100 lookups/month. Basic $9.99/mo (1K lookups). Professional $49.99/mo (10K). Business $99.99/mo (50K). --- *Source: [API Map](https://apimap.dev/apis/veriphone/) — CC BY 4.0*