- Getting Started with Tenant API
- Auth
- Reviews
- Account
- Update login credentials
- Affliates
- Banks
- Change password by signedPATCH
- UnsubsribePOST
- Update AccountPOST
- Get order invoiceGET
- Last viewed course/learning pathGET
- List User's AppointmentsGET
- User StatsGET
- List User's Rejected AssignmentsGET
- List User's AssignmentsGET
- List User's QuizzesGET
- List User's Upcomming AppointmentsGET
- List User's ProductsGET
- List User's CoursesGET
- List User's Learning PathsGET
- Last User's OrdersGET
- 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 User's Products
Production
Production
GET
https://api.msaaq.com/v1/tenant/account/products
Last modified:2024-10-17 13:18:07
Request
Header Params
X-Tenant
string
required
Example:
{{tenant}}
Accept
string
required
Example:
application/json
Body Params multipart/form-data
object {0}
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/account/products' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-10-17 13:18:07