Get industry
GET
GET
http://api.atzcrm.com/v1/industriesRetrieve the details of all industry.
Request
GET
GET /v1/industries
Headers
- Authorization: Bearer your_access_token
Response
200
Body
- industry_id
integer
Example: 1
- label
string
Example: Accounting
401
Body
- unauthorised
Response Example
{
"data": [
{
"industry_id": 1,
"label": "Accounting"
},
{
"industry_id": 2,
"label": "Airlines/Aviation"
}
]
}