Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location 'https://apidev.edufee.online/api/operation-portal/ssl-info' \
--header 'Authorization: Bearer <token>' \
--form 'store_id=""' \
--form 'store_password=""' \
--form 'institute_details_id=""' \
--form 'account_no=""' \
--form 'account_name=""'
Responses
application/json
Modified at 2025-07-08 05:03:33