Get Vault details and metadata
curl --request GET \
--url http://localhost:8080/v1/vaults/{vaultUuid} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"attributeVersion": 123,
"contentVersion": 123,
"items": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}API Reference
Get Vault details and metadata
GET
/
vaults
/
{vaultUuid}
Get Vault details and metadata
curl --request GET \
--url http://localhost:8080/v1/vaults/{vaultUuid} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"attributeVersion": 123,
"contentVersion": 123,
"items": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}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 to fetch Items from
Pattern:
^[\da-z]{26}$Response
OK
Pattern:
^[\da-z]{26}$The vault version
The version of the vault contents
Number of active items in the vault
Available options:
USER_CREATED, PERSONAL, EVERYONE, TRANSFER Was this page helpful?
⌘I