{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Vault Vault Methods AppRole Auth API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Vault-Token", "value": "{{X-Vault-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "HashiCorp Vault List auth methods", "type": "http" }, "http": { "method": "GET", "url": "https://vault.example.com/v1/sys/auth" }, "docs": "Lists all enabled auth methods in the Vault." }, { "info": { "name": "HashiCorp Vault Enable auth method", "type": "http" }, "http": { "method": "POST", "url": "https://vault.example.com/v1/sys/auth/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "The path to mount or access the resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Enables a new auth method at the given path." }, { "info": { "name": "HashiCorp Vault Disable auth method", "type": "http" }, "http": { "method": "DELETE", "url": "https://vault.example.com/v1/sys/auth/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "The path to mount or access the resource" } ] }, "docs": "Disables the auth method at the given path." } ] } ], "bundled": true }