Skip to main content
GET
/
territories
/
{territory_id}
/
companies
List territory companies
curl --request GET \
  --url https://api.getpg.ai/public-api/v1/territories/{territory_id}/companies \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

Your API key for authentication. Get your API key from the PG:AI dashboard under Settings > API Keys.

Path Parameters

territory_id
string
required

UUID of the territory

Query Parameters

page
integer
default:1

Page number

per_page
integer
default:25

Results per page (max 100)

Response

Success - paginated list of companies in the territory

Response data