learn-xapi
Get Xapi Launch Url
Generate a launch URL for a CloudFront-hosted xAPI course.
This endpoint:
- Validates user has an active assignment with this course
- Delegates to XApiService which:
- Gets or creates a registration record
- Mints a 7-day xAPI session token
- Generates launch URL with xAPI parameters
- Generates CloudFront signed cookies
The Articulate player will use the embedded xAPI params to send statements to the API Gateway LRS endpoint.
POST
Get Xapi Launch Url
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Request to launch an xAPI course
Get Xapi Launch Url