{ "opencollection": "1.0.0", "info": { "name": "Drata Public API v2 Assets Policies API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Policies", "type": "folder" }, "items": [ { "info": { "name": "List policies", "type": "http" }, "http": { "method": "GET", "url": "https://public-api.drata.com/public/v2/policies" }, "docs": "List policies" } ] } ], "bundled": true }