cURL
curl --request GET \ --url https://api.example.com/partner/{partner_id}/student \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "partner_id": 123, "full_name": "<string>", "status": "active", "joined_at": "2023-11-07T05:31:56Z", "email": "<string>", "primary_contact": "<string>", "notes": "<string>", "user_id": 123 } ]
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
archived