Permissions
The Logitech Circle API uses a permissions scope system. When used with OAuth2 Authentication, the scopes must be passed as the OAuth2 scope being requested.
Some permissions are inclusive and can be combined. Some permissions supercede others. For example, you don't need to ask for circle:activities_basic if you are requesting circle:activities.
Permission errors typically manifest as 403 - Forbidden responses.
The following permission scopes are defined.
circle:accessories
circle:accessories_ro
circle:accessories_manage
circle:activities
circle:activities_basic
circle:live
circle:live_image
circle:notifications
circle:summaries
Updated almost 4 years ago