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.
territories:read
Get Territory
Retrieve information about a specific territory.string
required
The unique identifier of the territory.
territories:read
List Territory Companies
Early access — this endpoint is available but not yet in the interactive API Reference.
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.
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.