Skip to main content
The courses endpoint returns every published course in your academy in display order. You can use this to build custom catalog pages, sync course data to an external system, or display your catalog programmatically. Only published courses are returned; drafts are never included.

List courses

string
required
Your API key as a Bearer token. See Authentication for details.
This endpoint takes no query parameters and no request body.

Response fields

All response data is nested under a top-level data object.
object
required
This endpoint does not return course pricing. Manage and read prices from the course’s Access settings in the dashboard.

Example request

Example response