get https://{subdomain}.myclickfunnels.com/api/v2/courses/
Retrieve a course
Log in to see full request history
Responses
Retrieve a course
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/courses/id \
--header 'accept: application/json'
xxxxxxxxxx
19{
"id": 9,
"public_id": "OVZNCi",
"title": "Example Course",
"published_at": "2025-02-26T12:39:45.000Z",
"root_section_id": null,
"description": "Modi et ipsam. Fugit facilis error. Tempora pariatur ut.",
"current_path": null,
"sharing_fingerprint": null,
"show_in_community": false,
"show_to_non_members": false,
"upgrade_url": null,
"redirect_to_full_course": true,
"unauthorized_redirect_url": null,
"comments_enabled": false,
"created_at": "2025-02-26T12:39:45.446Z",
"updated_at": "2025-02-26T12:39:45.446Z",
"image_url": "https://example.myclickfunnels.com/uploads/image/1/file/9c8d1e7d480dc9882c519d4b4528826f.png"
}