get
https://example.com
This endpoint retrieves the list of territories available in the system.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Response
The response returns a collection of territory records wrapped inside a data array.
Each record represents a geographic territory used for classification or reporting.
Example Response
{
"data": [
{
"name": "All Territories"
},
{
"name": "United States"
},
{
"name": "Rest Of The World"
}
]
}