# Get password vault by ID Endpoint: GET /password-vaults/{passwordVaultId} Version: 5.1.41 Security: api_key ## Path parameters: - `passwordVaultId` (integer, required) The ID of the password vault to get ## Response 200 fields (application/json): - `passwordVaultId` (integer) The ID of the password vault. This field is set by the Masking Engine. - `name` (string) The name of the password vault. This must be unique across all password vaults on the engine. Example: "SampleVault" - `vaultType` (string) The type of password vault. Currently, HASHICORP, CYBERARK and GCP are supported. Enum: "CYBERARK", "HASHICORP", "GCP", "AZURE" - `configJson` (object) The configuration properties used to connect to the password vault. Example: {"host":"12.345.678.90","port":8200,"namespace":"sample/child","authType":"TOKEN","token":"hvs.kvIT"} - `description` (string) The description of the password vault. Example: "This password vault is used as an API example." ## Response 403 fields ## Response 404 fields