Student Ping
Gets basic information about the logged in student and what access they have. This endpoint is also used for revalidating your session id (authentication token).
POST
/ping
Authorization
Authorization
RequiredBasic <token>
This is the session_id
returned when logging in. e.g. Basic eW91IHNob3VsZCBzdGFyIHRoaXMgcmVwbyE=
In: header
Request Body
application/x-www-form-urlencoded
Optionalinclude_data
string
Includes a new session id in the response meta
Default:
"true"
Student information & session_id (if requested)