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

Documentation Index

Fetch the complete documentation index at: https://docs.getpg.ai/llms.txt

Use this file to discover all available pages before exploring further.

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

Response

Success - territory details

Response data