Course
Publish Course
Makes the course live by setting published_at. Pass an optional future published_at to schedule the publish; omit it (or leave it blank) to publish immediately. Note: publishing the course does not publish its sections or lessons — use the Courses::Sections::PublishAction resource for that. Returns 422 if published_at is supplied but is not a valid ISO 8601 datetime.
post/courses/{id}/publish
Path parameters
idstring required
Request body
Response
OK
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"
}