Skip to main content

Get Destination Countries

GET 

/api/phone-numbers/destination-countries

Get list of countries available as SMS/call destinations.

Reads from the local telnyx_countries cache populated by the daily telnyx.sync_countries cron. Falls back to the static ISO list bundled with CountryService if the cache is empty (e.g. before the first cron run).

Returns [\{iso_code, name, calling_code, sms_supported, voice_supported, sms_price_per_segment_usd, call_price_per_minute_usd, inbound_local_price_per_minute_usd, inbound_tollfree_price_per_minute_usd, last_verified_at\}, ...].

Request

Responses

Successful Response