1Password · Example Payload

1Password Events Item Usage Example

Password ManagerPasswordsSecuritySecrets

1Password Events Item Usage Example is an example object payload from 1Password, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

uuidtimestampused_versionvault_uuiditem_uuidactionuserclientlocation

Example Payload

Raw ↑
{
  "uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "timestamp": "2025-03-15T14:30:00Z",
  "used_version": 59,
  "vault_uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "item_uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "action": "secure-copy",
  "user": "example-value",
  "client": "example-value",
  "location": "example-value"
}