1Password Events API

1Password Events API

The 1Password Events API tracks security events, like logins and item changes, for integration into applications.
                  {
  "Features": [
    "itemusages",
    "signinattempts"
  ],
  "IssuedAt": "2020-06-11T16:32:50-03:00",
  "UUID": "string"
}
              

Response example. If you want to see more check the documentation.

The 1Password Events API allows developers to track and manage events related to changes in 1Password vaults, items, and user activities. It provides a way to monitor actions such as item creations, updates, deletions, and other significant events within 1Password.

The API helps integrate real-time event tracking into custom applications, offering developers a mechanism to build notifications, audit trails, or automated workflows based on 1Password activity.