v1

OpenAPI 3.0.02026-08-04109109370.6 KB
Accounts (Companies)

Get a list of industries

Retreives the list of valid industries to describe companies as belonging to.

get/industries

Response

OK

idstring

The API ID of this entity, formatted {integer}-{entityType}

namestring

The type of industry.

modifiedTimeinteger

Example response

[
  {
    "id": "3-contacts",
    "name": "Software"
  }
]