MSAAQ Documentation
Docs
APIs
APIs
  • Admin
  • Tenant
V2
Docs
APIs
APIs
  • Admin
  • Tenant
V2
Status
  1. Enrollments
  • Tenant
    • Me
      • Enrollments
        • List My Enrollments
          GET
        • Get My Enrollments By Enrollment Id
          GET
        • List My Enrollments By Course
          GET
      • Calendar
        • My Calendar
      • 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. Enrollments

List My Enrollments By Course

Production
https://api.msaaq.com/v2
Production
https://api.msaaq.com/v2
GET
https://api.msaaq.com/v2
/tenant/me/enrollments/course/{courseId_slug}
Last modified:2026-01-21 10:45:02
Retrieves a paginated list of the authenticated member's course enrollments.
Results can be filtered by course type, completion status, and sorted by various criteria.

Request

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

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/enrollments/course/دورة-حضورية-1-7-1751355259' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'

Responses

🟢200
application/json
Body

Examples
{
    "status": "failed",
    "code": "TENANT_NOT_FOUND",
    "message": {
        "body": "Academy Not Found"
    }
}
Modified at 2026-01-21 10:45:02
Previous
Get My Enrollments By Enrollment Id
Next
My Calendar
Built with