v1

latestOpenAPI 3.1.0MIT2026-07-243952451019.0 KB
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

published_atstring date-time

Optional ISO 8601 datetime at which the course should become live. Omit or leave blank to publish immediately.

Response

OK

idinteger

Course ID

public_idstring nullable

Course public ID

titlestring

Title

published_atstring date-time nullable

Available at

root_section_idstring nullable

Root section

descriptionstring

Description

current_pathstring nullable

Course Path URL

sharing_fingerprintstring nullable

Sharing Fingerprint

show_in_communityboolean nullable

Show In Customer Center?

show_to_non_membersboolean nullable

Show To Non Members

upgrade_urlstring nullable

Upgrade URL

redirect_to_full_courseboolean nullable

Redirect To Full Course

unauthorized_redirect_urlstring nullable

Unauthorized Redirect

comments_enabledboolean nullable

Enable Lesson Comments?

created_atstring date-time nullable

Created at

updated_atstring date-time nullable

Updated at

image_urlstring nullable

The URL of the image that is shown on the storefront of the main course page

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"
}