Territory

This endpoint retrieves the list of territories available in the system.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
    }
  ]
}
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!