Skip to main content
GET
/
v1
/
sectors
/
{sector_id}
Get a sector
curl --request GET \
  --url https://api.passu.ai/v1/sectors/{sector_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "type": "CHEMICALS"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sector_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required
type
enum<string>
required

Sector type enumeration — the 33 user-facing sector identifiers.

The UI refers to this simply as "sector". A Sector ORM row stores one of these values under sector_type along with its parent sector_group.

Available options:
CHEMICALS,
METALS_MINING,
PAPER,
AEROSPACE_DEFENSE,
BUILDING_MATERIALS,
DIVERSIFIED_MANUFACTURING,
CONSTRUCTION_MACHINERY,
PACKAGING,
ENVIRONMENTAL,
CABLE_SATELLITE,
MEDIA_ENTERTAINMENT,
TELECOM,
AUTOMOTIVE,
LEISURE_GAMING,
HOME_CONSTRUCTION,
LODGING,
RETAILERS,
RESTAURANTS,
OTHER_CONSUMER_CYCLICAL,
CONSUMER_PRODUCTS,
FOOD_BEVERAGE,
HEALTHCARE,
PHARMA,
SUPERMARKETS,
TOBACCO,
TECHNOLOGY,
AIRLINES,
RAILROADS,
OTHER_TRANSPORTATION,
OTHER_INDUSTRIAL,
REITS,
ENERGY,
UTILITIES