Skip to main content
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>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vaultUuid
string<uuid>
required

The UUID of the Vault the item is in

itemUuid
string<uuid>
required

The UUID of the Item the File is in

fileUuid
string
required

UUID of the file to get content from

Response

Success

The response is of type file.