Skip to main content
GET
Get a Secure Value from a Revision

Authorizations

Authorization
string
header
required

Bearer token

X-Account-ID
string
header
required

Account ID

Path Parameters

assetTypeName
string
required

Asset type name

assetId
string<uuid>
required

Asset ID

revisionId
string<uuid>
required

Revision ID

propertyName
string
required

Secure property name

Response

Default Response

type
enum<string>
required

Type of secure property

Available options:
secret,
totp
value
string
required

Decrypted property value at the requested revision

code
string

Generated TOTP code (only for TOTP properties)

expires
string<date-time>

TOTP code expiration time (only for TOTP properties)