1Password · Example Payload

1Password Connect File Example

Password ManagerPasswordsSecuritySecrets

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

Top-level fields

idnamesizecontent_pathsectioncontent

Example Payload

Raw ↑
{
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "name": "Example Vault",
  "size": 78,
  "content_path": "example-value",
  "section": "example-value",
  "content": "example-value"
}