Skip to main content
GET

Overview

A read-only aggregated view across all verifications for the student — including both verified and rejected skills across all sessions. Results are sorted by createdAt descending.
This endpoint uses signature-based authentication via the verifySignature middleware — not a session token. Your server must sign the request using your API secret key.Designed for backend-to-backend use only. Do not call from a browser or mobile client.

Path Parameters

string
required
The internal user ID of the student, returned from POST /verify.

Response

boolean
true on success.
array
Array of skill verification records, sorted most-recent first.

Skill Status Values


Error Codes

If the student has no skill verification records, an empty array is returned — this is not an error.