Skip to main content
POST
Save Module Progress

Authorizations

Authorization
string
header
required

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

Headers

X-Learner-Email
string | null
X-Learner-Sig
string | null
X-Learner-Sig-Ts
string | null

Path Parameters

course_id
string
required
module_num
integer
required

Body

application/json

Body for the module-progress endpoint.

completed
boolean
default:false

Mark the module complete

position_sec
number | null

Optional playback position for a video_events row

Required range: x >= 0

Response

Successful Response