Skip to content

List industries

Request

List all industries

Security
authorization
GET
/data-api/v1/catalog/industries
curl -i -X GET \
  https://api.hginsights.com/data-api/v1/catalog/industries \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Industries

Bodyapplication/json
countinteger

Record count

Example:1
dataArray of objects(Industry)
Example:
[ { "id": "63E88D6A88D45AB23B4CB4E71CB5A2E", "name": "Foo Bar" } ]
Response
{ "count": 1, "data": [ {} ] }