cURL
curl --request POST \ --url https://agent.tinyfish.ai/v1/vault/items/sync \ --header 'X-API-Key: <api-key>'
{ "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, "enabled": true } ], "sync_summary": { "added": 3, "updated": 1, "removed": 0, "skippedDisabled": 2 } }
Sync items from connected providers and return merged item state plus sync counters.
API key for authentication. Get your key from the API Keys page.
Vault items synced successfully.
Show child attributes
Was this page helpful?