Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://wbl.monolisk.dev/auth/students/info/{token}
{ "info": { "firstname": "<string>", "lastname": "<string>", "osis": "<string>", "grade": "<string>", "email": "[email protected]", "hours": 123 } }
Retrieves student information using a submission token
Submission token
Student information retrieved successfully
Show child attributes