Retrieve list of supported countries
GET/origination/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
- application/json
Request samples
curl -L 'https://api.telnyx.com/origination/supported_countries' \
-H 'Accept: application/json'
Response samples
[
{
"country_code_iso3": "string",
"country_code_iso2": "string",
"country_name": "string"
}
]