{ "opencollection": "1.0.0", "info": { "name": "Compile Config API", "version": "1.0.0" }, "items": [ { "info": { "name": "Config", "type": "folder" }, "items": [ { "info": { "name": "Get OPA Configuration", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/config", "params": [ { "name": "pretty", "value": "", "type": "query", "description": "Format response for human readability." } ] }, "docs": "Retrieve OPA's active configuration. Credentials and sensitive keys are omitted from the response." } ] } ], "bundled": true }