{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Vault Vault Auth Methods AppRole Init API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Vault-Token", "value": "{{X-Vault-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Init", "type": "folder" }, "items": [ { "info": { "name": "HashiCorp Vault Read initialization status", "type": "http" }, "http": { "method": "GET", "url": "https://vault.example.com/v1/sys/init" }, "docs": "Returns the initialization status of the Vault server." }, { "info": { "name": "HashiCorp Vault Initialize Vault", "type": "http" }, "http": { "method": "PUT", "url": "https://vault.example.com/v1/sys/init", "body": { "type": "json", "data": "{}" } }, "docs": "Initializes a new Vault by generating the master key shares and the initial root token." } ] } ], "bundled": true }