Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-dataRequired
Request Code Samples
curl --location 'https://apidev.edufee.online/api/get-student-data-for-transfer-certificate' \
--header 'Authorization: Bearer <token>' \
--form 'academic_year_id="117"' \
--form 'student_id="1"'
Responses
application/json
Modified at 2026-05-09 10:50:39