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

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
Omada API
Omada API
2021-09-30 19:20:58
Model: EAP225  
Hardware Version: V3
Firmware Version: 5.0.3 Build 20210604 Rel. 51934

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

  0      
  0      
#1
Options
1 Reply
Re:Omada API
2021-10-15 15:19:46

Does tp-link even look at these?

  0  
  0  
#2
Options

Information

Helpful: 0

Views: 1295

Replies: 1

Related Articles