- 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
OperationId:v1_references_industries_get
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