Omada API
This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
Omada API
Trying to use API to query my Omada controller, I can get the info for it via https://.../api/info
{
"errorCode": 0,
"result": {
"controllerVer": "4.4.4",
"apiVer": "2",
"configured": true,
"type": 1,
"supportApp": true
}
}
and I can return a token via post call to https://.../api/v2/login but when I try and run any query, ie list sites
https://.../api/v2/sites?token=<< the token >>
it returns:
{
"errorCode": -1,
"msg": "General error."
}
I'm I doing anything wrong here?
Carl