{ "opencollection": "1.0.0", "info": { "name": "1Password Connect Server Accounts Files API", "version": "1.8.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Files", "type": "folder" }, "items": [ { "info": { "name": "1Password List Files Attached to an Item", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/v1/vaults/:vaultUuid/items/:itemUuid/files", "params": [ { "name": "vaultUuid", "value": "", "type": "path", "description": "The UUID of the vault." }, { "name": "itemUuid", "value": "", "type": "path", "description": "The UUID of the item." }, { "name": "inline_files", "value": "", "type": "query", "description": "When set to true, file content is included inline in the response." } ] }, "docs": "Returns a list of all files attached to the specified item within the given vault. Each file entry includes its unique identifier, name, size, and content path." }, { "info": { "name": "1Password Get File Details", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/v1/vaults/:vaultUuid/items/:itemUuid/files/:fileUuid", "params": [ { "name": "vaultUuid", "value": "", "type": "path", "description": "The UUID of the vault." }, { "name": "itemUuid", "value": "", "type": "path", "description": "The UUID of the item." }, { "name": "fileUuid", "value": "", "type": "path", "description": "The UUID of the file." }, { "name": "inline_files", "value": "", "type": "query", "description": "When set to true, file content is included inline in the response." } ] }, "docs": "Returns the metadata for a specific file attached to an item within the specified vault." }, { "info": { "name": "1Password Get File Content", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/v1/vaults/:vaultUuid/items/:itemUuid/files/:fileUuid/content", "params": [ { "name": "vaultUuid", "value": "", "type": "path", "description": "The UUID of the vault." }, { "name": "itemUuid", "value": "", "type": "path", "description": "The UUID of the item." }, { "name": "fileUuid", "value": "", "type": "path", "description": "The UUID of the file." } ] }, "docs": "Returns the raw content of a specific file attached to an item within the specified vault. The response is the binary file content." } ] } ], "bundled": true }