π Welcome to TranSwap Api v1.8.8 π
Industry and Sub-industry list.Authorization: Bearer ********************curl --location --request GET '/v1/references/industries' \
--header 'Authorization: Bearer <token>'[
{
"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"
}
]
}
]