GET
/
territories
curl --request GET \
  --url https://api.axlehealth.com/api/v2-stable/territories
{
  "items": [
    {
      "territory_id": "b84b4c6a-2e5f-8d1a-9c0b-3e4f5a6b7c8d",
      "name": "NY -- Manhattan",
      "metadata": {
        "region": "Northeast",
        "population": "1,628,706",
        "area_sqm": "87.5"
      }
    }
  ],
  "pagination": {
    "offset": 0,
    "count_limit": 25,
    "total_records": 100
  }
}

Query Parameters

offset
integer

The number of records to skip.

count_limit
integer

The maximum number of records to return.

Response

200 - application/json

A list of territories

The response is of type object.