Skip to main content
POST

Overview

Stores (or fully replaces) the skills a student wants verified. If skills were previously stored for this session, they are deleted and replaced with the new set. Runs conflict and duplicate checks before storing.
Requires a valid session token via the x-api-key session middleware.

Request Body

string
required
Verification session ID returned from POST /verify.
string
required
Internal user ID returned from POST /verify.
array
required
Array of skill objects to verify. Must not be empty.

Conflict & Duplicate Rules

A failed assessment can be retried. Only a passed (locked) assessment blocks re-verification of the same skill and source.

Response

boolean
true on success.
object

Error Codes