cURL
curl --request GET \ --url https://api.example.com/partner/{partner_id}/student/{student_id}/enrollments \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "class_id": 123, "student_id": 123, "status": "active", "enrolled_at": "2023-11-07T05:31:56Z", "invite_code_id": 123, "completed_at": "2023-11-07T05:31:56Z" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
강사 ID
1 <= x <= 500
x >= 0
Successful Response
active
inactive
completed
dropped