Skip to main content
POST
/
api
/
v1
/
xapi
/
launch
Get Xapi Launch Url
curl --request POST \
  --url https://api.seamind.xyz/api/v1/xapi/launch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "courseId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "launchUrl": "<string>",
  "cookiePolicy": "<string>",
  "cookieSignature": "<string>",
  "cookieKeyPairId": "<string>",
  "registrationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to launch an xAPI course

courseId
string<uuid>
required

Response

Successful Response

Response containing xAPI launch URL and CloudFront signed cookie data

launchUrl
string
required
registrationId
string<uuid> | null