V

Vault HTTP API

REST discovered

Details
URL
https://<your-vault-host>:8200/v1
Docs
https://developer.hashicorp.com/vault/api-docs
Authentication
Vault client token X-Vault-Token: <credential> + Vault client token Authorization: Bearer <credential> discovered
Vault client token bearer

Authenticate to your Vault using one of its auth methods to obtain a client token, as described in Vault HTTP API authentication. You can also log in with the Vault CLI via `vault login`. Use the token as X-Vault-Token: <token> or Authorization: Bearer <token>.