We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reverse-engineering the GUI, i stumbled into the following call which could be exposed if you have an interest on it:
API Call: curl -sk https://${OMADA_HOST}/api/v2/anon/initialization?_=1729584355
curl -sk https://${OMADA_HOST}/api/v2/anon/initialization?_=1729584355
API Response:
{ "errorCode": 0, "msg": "Success.", "result": { "configured": true, "omadacloudUrl": "https://omada.tplinkcloud.com", "category": "advanced", "supportSiteTemplate": false } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reverse-engineering the GUI, i stumbled into the following call which could be exposed if you have an interest on it:
API Call:
curl -sk https://${OMADA_HOST}/api/v2/anon/initialization?_=1729584355
API Response:
The text was updated successfully, but these errors were encountered: