post https://{subdomain}.myclickfunnels.com/api/v2/courses//enrollments
Add a new enrollment
Log in to see full request history
Responses
Add a new enrollment
xxxxxxxxxx
curl --request POST \
--url https://myworkspace.myclickfunnels.com/api/v2/courses/course_id/enrollments \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
13{
"id": 6,
"public_id": "SJekzZ",
"contact_id": 54,
"course_id": 19,
"created_at": "2025-01-05T12:39:46.285Z",
"updated_at": "2025-02-05T12:39:46.285Z",
"suspended": false,
"suspension_reason": "Call in to reapply after robot incident",
"current_path": "/enrollments/1800a49e7b0ea121f011a73593e22c7b6eccdcefcad3d62cf92e49a6b8783597c8",
"origination_source_type": "Membership",
"origination_source_id": 55
}