For get information about a territories’ zip codes, use the Get Territory endpoint.
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 } }
The number of records to skip.
The maximum number of records to return.
A list of territories
The response is of type object.
object