v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Country Areas

Retrieve a country areas.

Note: no pagination support

get/api/v1/country-areas

Query parameters

countryIdinteger required

Allows to filter country areas by country Id

Example:13

Response

List of country areas

Example response

{
  "data": [
    {
      "id": 1,
      "countryId": 194,
      "name": "United Kingdom",
      "externalId": "GB"
    }
  ]
}