Skip to main content

Get Vault version

get
/api/pvlt/1.0/system/info/version

Gets the version of Vault.

Possible responses

The request is successful.

object required*
  • db_schema_version - integer required*
  • vault_id - string required*
  • vault_version - string required*

    The version of a Vault specified as a string consisting of version number, build number, and edition.

Example
{
"db_schema_version": 0,
"vault_id": 1525298622245192000,
"vault_version": "0.9.5.1-g2be0eb7e"
}

Try the API

Authorization

Navigate to the docs of your local Vault installation to try the API directly from there.

Code examples

Example