GET
/
shop
/
numbers
/
countries
/
{country_code}
/
areas
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

OAuth2 Authorization Grant

Path Parameters

country_code
string
required

Country code (ISO 3166-1 alpha-2)

Response

200
application/json
List of areas where numbers are available
areas
object[]
required