Get current student information
GET /students/me
GET
/students/me
Retrieve information about the currently authenticated student
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Successfully retrieved current student information
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string
data
Array<object>
object
student_id
required
Unique identifier for the student
integer format: int64
student_name
required
Name of the student
string
email
required
Email address of the student
string format: email
class_code
Class code the student belongs to
string
created_at
Timestamp when the student was created
string format: date-time
Unauthorized - authentication required
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string
Internal server error
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string