get https://{subdomain}.myclickfunnels.com/api/v2/courses/lessons/
Fetch Lesson
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Fetch Lesson
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/courses/lessons/id \
--header 'accept: application/json'
xxxxxxxxxx
12{
"id": 5,
"public_id": "PFzcZg",
"title": "Lesson 5",
"body": "Example Lesson",
"section_id": 15,
"published_at": "2025-01-05T12:39:47.000Z",
"current_path": null,
"sort_order": 4,
"created_at": "2025-01-05T12:39:47.491Z",
"updated_at": "2025-02-05T12:39:47.491Z"
}