MSAAQ Documentation
Docs
APIs
APIs
  • Admin
  • Tenant
V2
Docs
APIs
APIs
  • Admin
  • Tenant
V2
Status
  1. V2
  • Tenant
    • Me
      • Enrollments
        • List My Enrollments
        • Get My Enrollments by id
      • Calendar
        • My Calendar
      • Me enrolled_courses
      • List User's Appointments
      • List User's Certificates
      • List User's quizes
      • List User's Products
    • 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. V2

V2 Health

Production
https://api.msaaq.com/v2
Production
https://api.msaaq.com/v2
GET
https://api.msaaq.com/v2
/health
Last modified:2026-01-04 15:30:09

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/health' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
application/json
Body

Example
{
    "version": "v2",
    "status": "ok"
}
Modified at 2026-01-04 15:30:09
Previous
Get Learning Path by id/slug
Next
Server Error
Built with