Skip to main content
GET
/
api
/
v1
/
courses
List Courses
curl --request GET \
  --url https://api.example.com/api/v1/courses
[
  {
    "created_at": "<string>",
    "id": "<string>",
    "language": "<string>",
    "module_count": 123,
    "status": "<string>",
    "title": "<string>",
    "external_ref": "<string>"
  }
]

Query Parameters

external_ref
string | null

Response

Successful Response

created_at
string
required
id
string
required
language
string
required
module_count
integer
required
status
string
required
title
string
required
external_ref
string | null