Jump to Content
Logitech CircleLogitech Developer HubCircleAPI ReferenceTerminologyBlogForums
HomeTerminologyAPI ReferenceBlog
Logitech Developer HubCircleAPI ReferenceTerminologyBlogForumsLogitech Circle

Components

  • Activity Filter Syntax
  • Classifiers
    • Activity Set
    • Object Color
    • Object Location
    • Object Size
    • Object Type
    • Relevance Level
  • Service Plan Features
    • Advanced Timeline Filters Feature
    • Color Detection Feature
    • Custom Day Brief Feature
    • Object Locations Feature
    • Object Type Detection Feature
    • Size Detection Feature
    • Storage Length Feature
    • Zones Feature
  • WEBVTT
  • Zone

Permissions

  • Permissions
  • circle:accessories
  • circle:accessories_ro
  • circle:accessories_manage
  • circle:activities
  • circle:activities_basic
  • circle:live
  • circle:live_image
  • circle:notifications
  • circle:notifications_motion
  • circle:summaries

Common HTTP Responses

  • 200 - Ok
  • 201 - Created
  • 204 - No Content
  • 400 - Bad Request
  • 401 - Unauthorized
  • 402 - Payment Required
  • 403 - Forbidden
  • 404 - Not Found
  • 408 - Request Timeout
  • 409 - Conflict
  • 410 - Gone
  • 429 - Too Many Requests
  • 503 - Service Unavailable

401 - Unauthorized

Suggest Edits

Indicates the resource cannot be accessed. The authorization is invalid, missing or expired. The difference between 401 and 403 is subtle, but 401 means the API called requires authorization and the authorization provided is not valid -or- missing. Typically, clients use this information to re-authorize the user.

Updated over 2 years ago