Vault API
This site documents the Vault API. Endpoints are grouped under Vault API in the sidebar.Base URL
The spec listshttp://34.170.194.254:8000/api/v1 for our development environment. Use the servers control in the API playground when trying requests against another base URL.
Authentication
Operations that require auth use Bearer tokens as described in the OpenAPIsecurity and components.securitySchemes sections. Bearer tokens can be requested from the Vault development team. Note: Without bearer tokens the “try” button in the API reference documentation will not work.