Course
Create Course
Create a course for a team
post/workspaces/{workspace_id}/courses
Path parameters
workspace_idinteger required
Request body
Example request
{
"course": {
"course": {
"title": "Getting Started"
}
}
}Response
Created
Example response
{
"id": 1,
"public_id": "iawbIp",
"title": "Example Course",
"published_at": "2025-01-01T00:00:00.000Z",
"root_section_id": null,
"description": "A practical and engaging course designed to build core skills in Marketing.",
"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-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z",
"image_url": "https://example.myclickfunnels.com/uploads/image/1/file/9c8d1e7d480dc9882c519d4b4528826f.png"
}