{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Vault HTTP Auth - AppRole API", "version": "1.15.0" }, "request": { "auth": { "type": "apikey", "key": "X-Vault-Token", "value": "{{X-Vault-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Auth - AppRole", "type": "folder" }, "items": [ { "info": { "name": "Login with AppRole", "type": "http" }, "http": { "method": "POST", "url": "https://127.0.0.1:8200/v1/auth/approle/login", "body": { "type": "json", "data": "{}" } }, "docs": "Login with AppRole" } ] } ], "bundled": true }