Get a List of Your Territories
GET
https://routecloud.telogis.com/v1/platform/territories.- Authentication required.
- Response body: territories_response.
Returns a list of your territories with their name and internal id.
Status Codes
200
- Success.401
- Authentication required.
territories_response
Name | Type | Description |
---|---|---|
territories | territory[] | A list of territories. |
territory
Name | Type | Description |
---|---|---|
id | string | The internal id of your territory. |
name | string | The name of your territory. |