All General Config Options
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/general-config-opts' \
--header 'Authorization: Basic Og=='
Responses
application/json Modified at 2025-05-19 09:01:18