Get all Vaults
curl --request GET \
--url http://localhost:8080/v1/vaults \
--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 all Vaults
GET
/
vaults
Get all Vaults
curl --request GET \
--url http://localhost:8080/v1/vaults \
--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.
Query Parameters
Filter the Vault collection based on Vault name using SCIM eq filter
Example:
"name eq \"Some Vault Name\""
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