get https://{subdomain}.myclickfunnels.com/api/v2/courses/sections//lessons
List Lessons
Log in to see full request history
Responses
List Lessons
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/courses/sections/section_id/lessons \
--header 'accept: application/json'
xxxxxxxxxx
26]
[
{
"id": 3,
"public_id": "WXUcKy",
"title": "Lesson 3",
"body": "Example Lesson",
"section_id": 13,
"published_at": "2025-02-01T13:13:40.000Z",
"current_path": null,
"sort_order": 2,
"created_at": "2025-02-01T13:13:40.614Z",
"updated_at": "2025-03-01T13:13:40.614Z"
},
{
"id": 4,
"public_id": "NigCBM",
"title": "Lesson 4",
"body": "Example Lesson",
"section_id": 14,
"published_at": "2025-02-01T13:13:40.000Z",
"current_path": null,
"sort_order": 3,
"created_at": "2025-02-01T13:13:40.632Z",
"updated_at": "2025-03-01T13:13:40.632Z"
}