Skip to main content
GET
Error

Authorizations

x-cdata-authtoken
string
header
required

Path Parameters

Id
string
required

The key Id

Query Parameters

$select
string

Select structural property

Response

vault response

Id
string
required

The Id assigned to each vault item for retrieval and management purposes.

Name
string

The descriptive name assigned to the vault item, used to reference it in connector configurations and scripts. Required when using POST to create a new vault item.

Type
string

Specifies whether the vault item is stored as Standard (plain text) or Encrypted (secured with encryption). When you create a vault item, if you do not supply a Type, the application creates a Standard vault item. Available values are 'Standard, Encrypted'.

IncludeUsage
boolean

A comma-separated list of all resources (such as Profiles) that use the vault item. This input is not returned in responses by default, so it must be explicitly requested.

ShowType
boolean

Controls whether to include the Type field in API responses when retrieving vault item information.

Value
string

The data stored in the vault item. When making a GET request, this data is only included in the response when the Type is Standard. Encrypted data is not included. Required when using POST to create a new vault item.

Tags
string

Comma-separated labels or keywords assigned to the vault item for organization and filtering purposes.