Skip to main content

List Territories

Retrieve a paginated list of all territories in your workspace.
integer
default:"1"
Page number for pagination.
integer
default:"25"
Number of territories per page.
Permission: territories:read

Get Territory

Retrieve information about a specific territory.
string
required
The unique identifier of the territory.
Permission: territories:read

List Territory Companies

Early access — this endpoint is available but not yet in the interactive API Reference.
Retrieve the companies that belong to a specific territory, with pagination. Returns company IDs and their processing status — use GET /companies/{company_id} to fetch full company details.
string
required
The unique identifier of the territory.
integer
default:"1"
Page number for pagination.
integer
default:"25"
Number of companies per page.
Permission: territories:read
Territory company items return company_id and status (e.g. Completed, not_started). To get full company details like name, industry, and employee count, call GET /companies/{company_id} with the company_id from the response.