cURL
curl --request GET \ --url https://restapi.fax.plus/v3/shop/numbers/countries/{country_code}/areas \ --header 'Authorization: Bearer <token>'
{ "areas": [ { "calling_code": "<string>", "city": "<string>", "state": "<string>" } ] }
Get a list of areas where you can purchase fax numbers for a specific country. (Permitted scopes: fax:all:read, fax:shop:read)
OAuth2 Authorization Grant
Country code (ISO 3166-1 alpha-2)
List of areas where numbers are available
Show child attributes
Calling code
City name
State name