Returns information on a single student based on the student ID supplied.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
5-digit student ID of the student you wish to retrieve.
5
"01234"
Response includes information on the specified student.
The response is of type object
.