API Keys & Telemetry

Manage your live verification keys, monitor rate limits, and view Stripe billing.

Upgrade Plan Manage Billing (Stripe) →
Active Live Key Sandbox

Keep this secret. Never expose in public frontend code.

Monthly Quota
1 / 50,000 checks
0.1% consumed 49,999 remaining
Edge Telemetry
38ms avg latency (p95)
Pre-warmed DNS Cache: 0.01ms (Active)
VIES Fast Circuit-Breaker: 800ms (Armed)
Lost your API Key or checking on a new device? Enter your subscription email to instantly retrieve your active key.
Live Edge cURL Command
curl -X POST "https://tokenverifyapi.com/v1/verify/b2b-lead" \
     -H "Authorization: Bearer tv_live_demo_2026_sub50ms_enterprise" \
     -H "Content-Type: application/json" \
     -d '{
       "email": "alex@stripe.com",
       "tax_id": "DE123456789",
       "country_code": "DE",
       "phone": "+493012345678"
     }'