Skip to content

Get current student information

GET
/students/me

Retrieve information about the currently authenticated student

Successfully retrieved current student information

object
success
required

Indicates if the request was successful

boolean
message
required

Response message

string
success
boolean
message
string
Allowed values: OK
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
nullable
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
Allowed values: UNAUTHORIZED

Internal server error

object
success
required

Indicates if the request was successful

boolean
message
required

Response message

string
success
boolean
message
string
Allowed values: INTERNAL_SERVER_ERROR