Skip to main content
POST

Overview

Stores the endorsement type selected for this verification session. Must be called after Step 1 and before Step 3. The method chosen here determines which path the verification will follow.
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
The endorsement type. Accepted values:
  • human — A reviewer will endorse the student’s skills via email.
  • assessment — An AI will generate questions for the student to answer.

Response

boolean
true on success.
object

Error Codes