Business Sector
Get all business sectors
HTTP Request
GET /api/v3/account/industries
Response
[
{
"industry_id": "1",
"industry_name": "Information Technology",
"description": null,
"invalid": "0",
"created_at": "2016-01-14 19:55:16",
"updated_at": "2016-01-14 19:55:16"
},
{
"industry_id": "2",
"industry_name": "Construction Machinery",
"description": null,
"invalid": "0",
"created_at": "2016-01-25 18:43:08",
"updated_at": "2016-01-25 18:43:08"
},
]