v1

latestOpenAPI 3.0.02026-07-26300209.6 KB
Vault

Sync vault items

Sync items from connected providers and return merged item state plus sync counters.

post/v1/vault/items/sync

Response

Vault items synced successfully.

Example response

{
  "items": [
    {
      "itemId": "cred:conn-123:Personal:item-abc123",
      "connectionId": "conn_123",
      "label": "Amazon Login",
      "vaultName": "Personal",
      "domains": [
        "amazon.com"
      ],
      "fieldMetadata": [
        {
          "fieldId": "password",
          "label": "Password",
          "type": "CONCEALED"
        }
      ],
      "hasTotp": true
    }
  ],
  "sync_summary": {
    "added": 3,
    "updated": 1
  }
}