1Password · Example Payload

1Password Connect Api Request Example

Password ManagerPasswordsSecuritySecrets

1Password Connect Api Request 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

requestIdtimestampactionresultactorresource

Example Payload

Raw ↑
{
  "requestId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "timestamp": "2025-03-15T14:30:00Z",
  "action": "example-value",
  "result": "SUCCESS",
  "actor": {
    "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "account": "example-value",
    "jti": "example-value",
    "userAgent": "example-value",
    "requestIp": "example-value"
  },
  "resource": {
    "type": "LOGIN",
    "vault": "example-value",
    "item": {
      "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
    },
    "itemVersion": 73
  }
}