1Password · Example Payload

1Password Events Sign In Attempt Response Example

Password ManagerPasswordsSecuritySecrets

1Password Events Sign In Attempt Response Example is an example object payload from 1Password, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

cursorhas_moreitems

Example Payload

Raw ↑
{
  "cursor": "example-value",
  "has_more": true,
  "items": [
    "example-value"
  ]
}