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
Documentation IndexFetch the complete documentation index at: https://docs.monolisk.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.monolisk.dev/llms.txt
Use this file to discover all available pages before exploring further.
Submission token
Student information retrieved successfully
Show child attributes