cURL
curl --request GET \ --url https://agent.tinyfish.ai/v1/vault/items \ --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 } ] }
List all vault items currently available from connected providers.
API key for authentication. Get your key from the API Keys page.
Vault items retrieved successfully.
Show child attributes
Was this page helpful?