Skip to main content
GET
Get the details of an Item

Authorizations

Authorization
string
header
required

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

Path Parameters

vaultUuid
string
required

The UUID of the Vault to fetch Item from

Pattern: ^[\da-z]{26}$
itemUuid
string
required

The UUID of the Item to fetch

Pattern: ^[\da-z]{26}$

Response

OK

vault
object
required
category
enum<string>
required
Available options:
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
id
string
Pattern: ^[\da-z]{26}$
title
string
urls
object[]
Example:
favorite
boolean
default:false
tags
string[]
version
integer
state
enum<string>
read-only
Available options:
ARCHIVED,
DELETED
createdAt
string<date-time>
read-only
updatedAt
string<date-time>
read-only
lastEditedBy
string
read-only
sections
object[]
fields
object[]
files
object[]