1Password · Example Payload

1Password Partnership Account Example

Password ManagerPasswordsSecuritySecrets

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

Top-level fields

account_uidaccount_typedomainstatusactivation_tokenends_atcreated_at

Example Payload

Raw ↑
{
  "account_uid": "abc123def456",
  "account_type": "I",
  "domain": "example-value",
  "status": "entitled",
  "activation_token": "eyJhbGciOiJFUzI1NiJ9.example-token",
  "ends_at": "2025-03-15T14:30:00Z",
  "created_at": "2025-03-15T14:30:00Z"
}