Vault API

This site documents the Vault API. Endpoints are grouped under Vault API in the sidebar.

Base URL

The spec lists http://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 OpenAPI security 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.

Note

References to ports will be removed when we install ngnix servers. At the moment, this infrastructure is not up. As a result, port numbers are visible in this documentation.