Omada V2 API
Omada V2 API

How does one get info on the V2 API? I see on previous posts it was provided for V1, but nothing on the newest. I am currently running the Omada V4 Controller Software.
Example - https://community.tp-link.com/en/business/forum/topic/156627
Please advise.
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content

- Copy Link
- Report Inappropriate Content
Is nice that Omada is using an JSON REST API.
The current provided documentation is of useless as there is no information on the payload.
For now, I am just doing reverse engineering.
Use the controller from the web browser with devtools enabled. Watch the network requests while doing an action and check what payload is sent by the JS code.
For example the PATCH payoad for setting the fixed IP address and upload and download limits is
PATCH /api/v2/sites/Default/clients/CLIENT-MAC-ADDRESS
{"name":"CLIENT-NAME","rateLimit":{"downEnable":true,"downLimit":10,"downUnit":1,"upEnable":true,"upLimit":10,"upUnit":1},"ipSetting":{"useFixedAddr":true,"netId":"612160610a3a7500017503b2","ip":"192.168.2.20"}}
I hope it helps. Happy hacking
- Copy Link
- Report Inappropriate Content

Information
Helpful: 0
Views: 26
Replies: 0
Voters 0
No one has voted for it yet.