Vault

Get

Get returns a single vault by its ID.

get/api/v1/vaults/{id}

Path parameters

idstring required

The unique identifier of the vault to retrieve.

Response

VaultServiceGetResponse is the response message containing the requested vault.

Changes