- Getting Started with Tenant API
- Auth
- Reviews
- Account
- Update login credentials
- Affliates
- Banks
- Change password by signed
- Unsubsribe
- Update Account
- Get order invoice
- Last viewed course/learning path
- List User's Appointments
- User Stats
- List User's Rejected Assignments
- List User's Assignments
- List User's Quizzes
- List User's Upcomming Appointments
- List User's Products
- List User's Courses
- List User's Learning Paths
- Last User's Orders
- Certificates
- Currencies
- Newsletter
- Cart
- Courses
- Payments
- Pages
- Articles
- Instructors
- Taxonomies
- Products
- Appointments
- Get SitemapGET
- Get TranslationsGET
- SearchGET
- Well KnowGET
- Ping PongGET
- Get Tenant DetailsGET
List of Taxonomies
Production
Production
GET
https://api.msaaq.com/v1/tenant/taxonomies
Last modified:2024-10-17 13:18:07
Request
Header Params
X-Tenant
string
required
Example:
{{tenant}}
Accept
string
required
Example:
application/json
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 'https://api.msaaq.com/v1/tenant/taxonomies' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--header 'Content-Type: text/plain' \
--data-raw ''
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-10-17 13:18:07