MSAAQ Documentation
Docs
APIs
APIs
  • Admin
  • Tenant
V2
Docs
APIs
APIs
  • Admin
  • Tenant
V2
Status
  1. Courses
  • 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
      • Get Course by id/slug
        GET
    • 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. Courses

Get Course by id/slug

Production
https://api.msaaq.com/v2
Production
https://api.msaaq.com/v2
GET
https://api.msaaq.com/v2
/tenant/courses/2172
Last modified:2026-01-04 15:29:56

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

Responses

🟢200OK
application/json
Body

Examples
{
    "data": {
        "id": 2165,
        "title": "Working with videos (ISA)",
        "slug": "دورة-بلغة-وحده-5-8-1754409652-copy-W6kZtI9Z9qzzJXX8-1761675770",
        "type": "course",
        "thumbnail": "https://msaaq-dev.s3.eu-central-1.amazonaws.com/courses/8314/fydyw-1-%281%29.jpg",
        "summary": null,
        "description": "",
        "meta_title": "",
        "meta_keywords": [],
        "meta_description": null,
        "outcomes": [],
        "requirements": [],
        "duration": 7200,
        "price": 0,
        "sales_price": 0,
        "contents_count": 14,
        "avg_rating": 0,
        "ratings": {
            "1": 0,
            "2": 0,
            "3": 0,
            "4": 0,
            "5": 0
        },
        "status": "published",
        "publish_at": "2025-10-28T18:25:33.000000Z",
        "updated_at": "2025-11-27T11:11:14.000000Z",
        "created_at": "2025-10-28T18:22:50.000000Z",
        "category": {
            "id": 304,
            "name": "",
            "slug": "تصنيف-1",
            "type": "course_category",
            "icon": null,
            "description": null
        },
        "subcategory": null,
        "difficulty": {
            "id": 2,
            "name": "",
            "slug": "مبتدئ",
            "type": "course_difficulty",
            "icon": null,
            "description": null
        },
        "intro_video": null,
        "chapters": [
            {
                "id": 2283,
                "type": "chapter",
                "title": "قسم",
                "sort": 0,
                "drip_enabled": false,
                "dripped_at": null,
                "contents": [
                    {
                        "id": 7052,
                        "type": "pdf",
                        "premium": false,
                        "contentable": {
                            "id": 7052,
                            "pages_count": 1
                        },
                        "title": "ملف"
                    },
                    {
                        "id": 7053,
                        "type": "audio",
                        "premium": false,
                        "contentable": {
                            "id": 7053,
                            "duration": 12
                        },
                        "title": "صوت"
                    },
                    {
                        "id": 7054,
                        "type": "text",
                        "premium": false,
                        "contentable": {
                            "id": 7054,
                            "reading_time": 60
                        },
                        "title": "نص."
                    },
                    {
                        "id": 7055,
                        "type": "interactive_element",
                        "premium": false,
                        "contentable": null,
                        "title": "عنصر تفاعلي 1"
                    },
                    {
                        "id": 7056,
                        "type": "meeting",
                        "premium": true,
                        "contentable": {
                            "provider": "zoom",
                            "status": "pending",
                            "meeting_id": 77440983478,
                            "duration": 60,
                            "timezone": "Asia/Riyadh",
                            "occurrence": null,
                            "is_recurring": false,
                            "meeting_type": "meeting",
                            "start_at": "2025-10-28T18:22:52Z",
                            "is_live": false,
                            "is_ended": true,
                            "is_upcoming": false
                        },
                        "title": "فصل افتراضي"
                    },
                    {
                        "id": 7057,
                        "type": "embed",
                        "premium": true,
                        "contentable": null,
                        "title": "تضمين"
                    },
                    {
                        "id": 7058,
                        "type": "quiz",
                        "premium": true,
                        "contentable": null,
                        "title": "اختبار قصير"
                    },
                    {
                        "id": 7059,
                        "type": "assignment",
                        "premium": false,
                        "contentable": null,
                        "title": "واجب"
                    },
                    {
                        "id": 7060,
                        "type": "survey",
                        "premium": false,
                        "contentable": null,
                        "title": "استبيان"
                    },
                    {
                        "id": 7061,
                        "type": 
Modified at 2026-01-04 15:29:56
Previous
List Courses
Next
List Learning Paths
Built with