Cannot Retrieve or Update Unauthenticated Access Control List via Omada API
I'm trying to list the unauthenticated access control list and also insert new access control entries (links) into that list.
I tested the endpoint:
/openapi/v1/{omadacId}/sites/{siteId}/setting/access-control
but it returns:
{
"timestamp": 1764147442366,
"status": 404,
"error": "Not Found",
"path": "/openapi/v1/{omadacId}/sites/{siteId}/setting/access-control"
}
I found this endpoint in the following documentation: https://use1-omada-northbound.tplinkcloud.com/doc.html#/home
I also tried:
/{omadacId}/api/v2/sites/{siteId}/setting/accessControl
and this one returns empty data with status 200.
Has anyone managed to retrieve or update the unauthenticated access control list through the API? Any guidance would be appreciated.
