MSAAQ Documentation
Docs
APIs
APIs
  • Admin
  • Tenant
V2
Docs
APIs
APIs
  • Admin
  • Tenant
V2
Status
  1. Me
  • Tenant
    • Me
      • Enrollments
        • List My Enrollments
        • Get My Enrollments by id
      • Calendar
        • My Calendar
      • Me enrolled_courses
        GET
      • List User's Appointments
        GET
      • List User's Certificates
        GET
      • List User's quizes
        GET
      • List User's Products
        GET
    • Courses
      • List Courses
      • Get Course by id/slug
    • Learning Path
      • List Learning Paths
      • Get Learning Path by id/slug
  • V2 Health
    GET
  • Schemas
    • Server Error
    • Success Response
Docs
APIs
APIs
  • Admin
  • Tenant
V2
Docs
APIs
APIs
  • Admin
  • Tenant
V2
Status
  1. Me

List User's quizes

Production
https://api.msaaq.com/v2
Production
https://api.msaaq.com/v2
GET
https://api.msaaq.com/v2
/tenant/me/quizzes
Last modified:2026-01-04 15:29:42

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Header Params

Request Code 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/v2/tenant/me/quizzes' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
application/json
Body

Example
{}
🔴500Internal Server Error
Modified at 2026-01-04 15:29:42
Previous
List User's Certificates
Next
List User's Products
Built with