get https://{subdomain}.myclickfunnels.com/api/v2/courses/sections/
Fetch Section
Log in to see full request history
Responses
Fetch Section
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/courses/sections/id \
--header 'accept: application/json'
xxxxxxxxxx
18{
"id": 6,
"public_id": "swjSIr",
"course_id": 27,
"title": "Module 6",
"published_at": "2025-01-05T12:39:47.000Z",
"description": "Example Course Section",
"days_till_drip_access": 5,
"blocker_section_id": null,
"blocker_lesson_id": null,
"current_path": "/section-example",
"is_hidden_from_non_members": true,
"upgrade_url": null,
"parent_id": null,
"sort_order": 5,
"created_at": "2025-01-05T12:39:47.330Z",
"updated_at": "2025-02-05T12:39:47.330Z"
}