- TranSwap Api v1.8.8
- Access Token
- Accounts
- Contacts
- Conversions
- References
- Transfers
- Wallets
- CallBacks
Industries
GET
/v1/references/industries
References
Last modified:2024-09-11 00:41:03
Maintainer:Not configured
Industry
and Sub-industry
list.Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/references/industries'
Responses
🟢200OK
application/json
Body
array of:
code
string
optional
name
string
optional
sub_industries
array[object (BasicNameView) {2}]
optional
code
string
optional
name
string
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"
}
]
}
]
🟠400Bad Request
🟠401Unauthorized
🟠429429
🔴500Server Error
Modified at 2024-09-11 00:41:03