Get the content of a File
curl --request GET \
--url http://localhost:8080/v1/vaults/{vaultUuid}/items/{itemUuid}/files/{fileUuid}/content \
--header 'Authorization: Bearer <token>'"<string>"API Reference
Get the content of a File
GET
/
vaults
/
{vaultUuid}
/
items
/
{itemUuid}
/
files
/
{fileUuid}
/
content
Get the content of a File
curl --request GET \
--url http://localhost:8080/v1/vaults/{vaultUuid}/items/{itemUuid}/files/{fileUuid}/content \
--header 'Authorization: Bearer <token>'"<string>"Documentation Index
Fetch the complete documentation index at: https://www.1password.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The UUID of the Vault the item is in
The UUID of the Item the File is in
UUID of the file to get content from
Response
Success
The response is of type file.
Was this page helpful?
⌘I