Skip to main content
Get industry
GET
GET
http://api.atzcrm.com/v1/industries

Retrieve the details of all industry.

Request

GET

GET /v1/industries

Headers

  • Authorization: Bearer your_access_token

Response

200

Body

  • industry_idinteger

    Example: 1

  • labelstring

    Example: Accounting

401

Body

  • unauthorised

Response Example

{
"data": [
{
"industry_id": 1,
"label": "Accounting"
},
{
"industry_id": 2,
"label": "Airlines/Aviation"
}
]
}