Single Institute Trx datewise
Developing
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 --request GET 'https://apidev.edufee.online/api/observer/institutes/12/transactions?from=s&to=undefined' \
--header 'Authorization: Bearer <token>' \
--form 'from="2026-01-01"' \
--form 'to="2026-07-01"'
Responses
application/json
{"status":"error","statusCode":"404","message":"Endpoint not found"}
Modified at 2026-07-05 05:48:43