Industries
GET
/v1/references/industriesLast modified:Â 2 months ago
Maintainer:Â Not configured
Get Industry
and Sub-industry
list.
Request
None
Request samples
Responses
OK(200)
Bad Request(400)
Unauthorized(401)
429(429)
Server Error(500)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Success.
Data Schema
$ref(#/definitions/3290463)[]
optional
#/definitions/3290463
optional
Example
[
{
"code": "charity",
"name": "Charity or not-for-profit",
"sub_industries": [
{
"code": "other",
"name": "N/A"
}
]
},
{
"code": "education",
"name": "Education or Learning",
"sub_industries": [
{
"code": "online",
"name": "Online learning"
},
{
"code": "school_university",
"name": "Schools and universities"
},
{
"code": "tutoring",
"name": "Teaching and tutoring"
}
]
}
]
Last modified: 2 months ago