Vaults

Retrieve a vault

Retrieves a vault by its ID. See vaults.

get/vaults/{vault_id}

Path parameters

vault_idstring required

The ID of the vault.

Response

The requested vault.

idstring required

The ID of the vault.

object'vault' required

The object type. Always vault.

namestring nullable required

The human-readable name of the vault, if set.

metadataobject required

Key-value pairs associated with the vault, such as an application or team identifier.

created_atinteger required

The Unix timestamp, in seconds, when the vault was created.

Changes