v1

latestOpenAPI 3.0.0http://www.apache.org/licenses/LICENSE-2.0.html2026-07-14543167.2 KB
courses

Get all of the courses in your community

get/courses

Response

Successful response

idstring uuid

Unique identifier for the course

namestring

The name of the course

descriptionstring

Text describing the course value, outcomes, and content

thumbnailstring nullable

URL of the course thumbnail image. Null if no image is set.

coverImagestring nullable

URL of the course cover image. Null if no image is set.

Example response

[
  {
    "thumbnail": "https://example.com/course-thumbnail.jpg",
    "coverImage": "https://example.com/course-cover.jpg"
  }
]