get https://{subdomain}.myclickfunnels.com/api/v2/courses/enrollments/
Retrieve an enrollment
Log in to see full request history
Responses
Retrieve an enrollment
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/courses/enrollments/id \
--header 'accept: application/json'
xxxxxxxxxx
13{
"id": 5,
"public_id": "RTxslb",
"contact_id": 53,
"course_id": 18,
"created_at": "2025-01-05T12:39:46.113Z",
"updated_at": "2025-02-05T12:39:46.113Z",
"suspended": false,
"suspension_reason": "Call in to reapply after robot incident",
"current_path": "/enrollments/c29ff331f1ce0d5831bda0db45a2b4378588b8a81a8e04fdf148be156444bcb44d",
"origination_source_type": "Membership",
"origination_source_id": 54
}