Supported Countries V1

Supported Countries operations

Retrieve list of supported countries

Retrieves a list of countries where Telnyx has numbers available for purchase. Number availability in these countries is subject to current inventory.

Responses
200

supported countries

Response Schema: application/json
Array
country_code_iso3
required
string
country_code_iso2
required
string
country_name
required
string
get/origination/supported_countries
Request samples
Response samples
application/json
[
  • {
    • "country_code_iso3": "string",
    • "country_code_iso2": "string",
    • "country_name": "string"
    }
]