Courses
Enrol in Course
Enrols the authenticated customer in a published course.
POST
Enrol in Course
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
Enrol in Course
Registers the authenticated customer as an enrolled participant in the specified course. After enrolment, the customer can access lessons and track progress.Authentication
Requires a valid customer bearer token.Path Parameters
Numeric identifier of the course to enrol in. Returned as
Id from GET /api/public/courses/v2.Request Body
No request body required.Response
Returns a200 OK on successful enrolment.
Examples
Enrol in a course
TypeScript Integration
Enrol in Course