1Password · Example Payload

1Password Connect Field Example

Password ManagerPasswordsSecuritySecrets

1Password Connect Field 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

idsectiontypepurposelabelvaluegenerateentropyrecipe

Example Payload

Raw ↑
{
  "id": "abc123def456",
  "section": "example-value",
  "type": "EMAIL",
  "purpose": "USERNAME",
  "label": "example-value",
  "value": "example-value",
  "generate": true,
  "entropy": 28.58,
  "recipe": "example-value"
}