v1

latestOpenAPI 3.0.22026-07-13151037.3 KB
Items

Get all items for inside a Vault

get/vaults/{vaultUuid}/items

Path parameters

vaultUuidstring required

The UUID of the Vault to fetch Items from

Query parameters

filterstring
Example:title eq "Some Item Name"

Filter the Item collection based on Item name using SCIM eq filter

Response

OK

idstring
titlestring
category'LOGIN' | 'PASSWORD' | 'API_CREDENTIAL' | 'SERVER' | 'DATABASE' | 'CREDIT_CARD' | 'MEMBERSHIP' | 'PASSPORT' | 'SOFTWARE_LICENSE' | 'OUTDOOR_LICENSE' | 'SECURE_NOTE' | 'WIRELESS_ROUTER' | 'BANK_ACCOUNT' | 'DRIVER_LICENSE' | 'IDENTITY' | 'REWARD_PROGRAM' | 'DOCUMENT' | 'EMAIL_ACCOUNT' | 'SOCIAL_SECURITY_NUMBER' | 'MEDICAL_RECORD' | 'SSH_KEY' | 'CUSTOM' required
favoriteboolean
tagsstring[]
versioninteger
state'ARCHIVED' | 'DELETED'
createdAtstring date-time
updatedAtstring date-time
lastEditedBystring

Example response

[
  {
    "urls": [
      {
        "primary": true,
        "href": "https://example.com"
      },
      {
        "href": "https://example.org"
      }
    ]
  }
]