Skip to content
On this page

/company/categories

Retrieve a list of company categories you can use to search for companies by category type.

HTTP Request

GET https://api.q2open.io/v1/company/categories

Returns

A dictionary with a data property that contains an array of company categories.

Example Request

shell
curl "https://api.q2open.io/v1/company/categories" \
  -H "Authorization: Bearer dc220490-e6ee-11e5-8a94-e7385a8d929e" \
  -G

Example Response

json
{
  "data": [{
    "name": "Electric",
    "type": "electric"
  }]
}