{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Vault Vault Auth Methods AppRole Lookup API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Vault-Token", "value": "{{X-Vault-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Lookup", "type": "folder" }, "items": [ { "info": { "name": "HashiCorp Vault Lookup entity", "type": "http" }, "http": { "method": "POST", "url": "https://vault.example.com/v1/identity/lookup/entity", "body": { "type": "json", "data": "{}" } }, "docs": "Looks up an entity by any of its identifying attributes such as name, ID, or alias details." }, { "info": { "name": "HashiCorp Vault Lookup group", "type": "http" }, "http": { "method": "POST", "url": "https://vault.example.com/v1/identity/lookup/group", "body": { "type": "json", "data": "{}" } }, "docs": "Looks up a group by any of its identifying attributes such as name, ID, or alias details." } ] } ], "bundled": true }