Get Insitute Info By Device
Developing
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:Authorization: Basic *****************
Request samples
curl --location --request GET 'https://apidev.edufee.online/api/institute/by-device?device_serial=1' \
--header 'Authorization: Basic Og=='
Responses
application/json Modified at 2025-01-19 08:53:55