Integrate real-time and bulk contact verification into your application with a stable first-party REST contract. Built with asynchronous job queues, strict idempotency, HMAC-signed webhooks, and transparent micro-dollar ledger accounting.
Test the exact request structures and normalized responses across the five core integration operations.
AuthorizationBearer pv_live_••••••••••••••••Content-Typeapplication/jsonIdempotency-Key9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6dResponses contain first-party normalized metadata only. Upstream vendor names, proxy nodes, and supplier tracking codes are strictly scrubbed server-side.
Bulk and enriched verification jobs are processed asynchronously through worker pipelines to avoid gateway timeouts and guarantee double-entry financial reconciliation.
status = "queued"Job is registered under your own job ID. The maximum price quote in USD micros is frozen and atomically reserved in your wallet. Duplicates and invalid formats are detected deterministically.
See how deduplication, invalid format pruning, and cache economics protect your wallet before any paid processing begins.
Everything you need to run high-throughput verification pipelines securely.
Customer phone numbers and emails are never used as plain cache keys. Cache hashes are generated with HMAC-SHA256 using a cluster-level pepper and capped at a 90-day TTL.
Pass an Idempotency-Key header with any write operation. If a network blip occurs during job submission, retrying with the same key returns the existing job without double-billing.
Third-party vendor domains, provider task IDs, upstream error messages, and raw backend endpoints are strictly stripped before reaching any customer API or webhook surface.
Every webhook payload includes an X-Veriflo-Signature HMAC-SHA256 header. Supports 5-minute replay-attack tolerance checks and exponential retry policies over 72 hours.
Default limits scale from 120 requests/min for standard keys up to 2,500 requests/min for enterprise tiers. Standard X-RateLimit-* and Retry-After headers included.
All customer result artifacts, uploaded chunks, and export downloads are application-level encrypted at rest before object storage and served exclusively through authenticated presigned tokens.
All endpoints require HTTPS and standard Bearer token authentication.
| Method | Endpoint | Purpose | Idempotent | Rate Limit |
|---|---|---|---|---|
| POST | /api/v1/jobs | Create asynchronous verification job | Yes (via header) | 120 req/min |
| GET | /api/v1/jobs/:id | Poll job status, stage, counts, and charge | Yes | 300 req/min |
| GET | /api/v1/jobs/:id/results | Download normalized result items with freshness | Yes | 120 req/min |
| POST | /api/v1/preflight | Simulate duplicates, cache hits & max quote | Yes | 120 req/min |
| GET | /api/v1/services | List enabled services, pricing, and schemas | Yes | 300 req/min |
| POST | /api/v1/jobs/:id/cancel | Cancel queued or preparing job and unlock wallet | Yes | 60 req/min |
Our gateway acts as an absolute isolation barrier. All upstream supplier names, task IDs, proxy addresses, and provider error codes are completely stripped and mapped to our own standardized canonical models (e.g. valid/invalid, mobile/landline/voip, carrier name, country code).
Synchronous HTTP requests often time out during large batch operations or carrier network delays. Our asynchronous architecture lets you ingest thousands of records in sub-100ms, queue them safely, and receive signed webhooks as soon as the results are sealed.
All balances are tracked in integer USD micros ($1.00 USD = 1,000,000 micros). When a job is submitted, the maximum possible quote is frozen and atomically reserved. When processing completes, only the billable fresh and cached items are charged, and the remaining reservation is unlocked in the same database transaction.
Our webhook dispatcher uses an exponential backoff retry schedule (retrying at 1m, 5m, 15m, 1h, 6h, 24h, up to 72 hours). You can also poll GET /api/v1/jobs/:id or query delivery attempts in your developer console.
Explore our dedicated Libraries & SDKs page for copy-ready, production-grade integration snippets across all popular backend languages.
Create an API key in seconds, run preflight simulations for free, and pay only for verified results.