{ "opencollection": "1.0.0", "info": { "name": "1Password Connect Server Accounts Vaults API", "version": "1.8.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Vaults", "type": "folder" }, "items": [ { "info": { "name": "1Password List Vaults", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/v1/vaults", "params": [ { "name": "filter", "value": "", "type": "query", "description": "A SCIM-style filter to narrow results. For example, use title eq \"Example\" to filter items by title." } ] }, "docs": "Returns a list of all vaults the Connect server has been authorized to access. Each vault includes its unique identifier, name, description, and attribute version." }, { "info": { "name": "1Password Get Vault Details", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/v1/vaults/:vaultUuid", "params": [ { "name": "vaultUuid", "value": "", "type": "path", "description": "The UUID of the vault." } ] }, "docs": "Returns detailed information about a specific vault identified by its UUID, including its name, description, attribute version, content version, and item count." } ] } ], "bundled": true }