cURL
curl --request GET \ --url https://wbl.monolisk.dev/verification/{token}
{ "id": "<string>", "studentEmail": "[email protected]", "studentFirstname": "<string>", "studentLastname": "<string>", "status": 0, "submissions": [ { "kind": "<string>", "hours": 123, "supervisor": "[email protected]", "dateRange": { "start": "2023-12-25", "end": "2023-12-25" }, "date": "2023-12-25", "shortResponse": "<string>", "longResponse": "<string>", "wasInSchool": true } ] }
Retrieve details of a verification task using a verification token
Verification task token
Verification task details retrieved successfully
0 = PENDING, 1 = VERIFIED, 2 = REJECTED
0
1
2
Show child attributes