Get voice rates for a country
Twilio Pricing API parity for voice: returns per-minute inbound and outbound voice rates for one country (ISO 3166-1 alpha-2 country query param), including the tenant’s effective price after any per-org overrides are applied. Use it to preview call costs before placing or receiving traffic. The country filter is a price-lookup key only — it does not select a carrier or route traffic. Requires a country code; returns 422 when it is missing or malformed.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Response
Voice rates in the standard { data, meta } envelope with the resolved country plus outbound and inbound arrays of per-minute rate rows (base and effective per-unit price, currency, unit, and whether a custom rate applied).
Voice rates in the standard { data, meta } envelope with the resolved country plus outbound and inbound arrays of per-minute rate rows (base and effective per-unit price, currency, unit, and whether a custom rate applied).