Step 3 — Source Items
Store Verification Items
Attach source items (projects, experience, certificates) to a verification session.
POST
Overview
Stores the source items the student has selected as the basis for their skill verification. Items are upserted against the session — items previously stored but not included in the new request are automatically deleted (replace-on-submit behaviour).The IDs you pass must match items submitted during
POST /verify. The session (stored in Redis) contains the full data for each item — the endpoint looks up each ID and writes the full details to the database.Request Body
string
required
Session token returned from
POST /verify.string[]
IDs of projects from the session to attach. Defaults to
[].string[]
IDs of work experiences from the session to attach. Defaults to
[].string[]
IDs of certificates from the session to attach. Defaults to
[].Response
boolean
true on success.object

