{ "opencollection": "1.0.0", "info": { "name": "Armor Compliance CSPM Policies API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.armor.com/authorize", "accessTokenUrl": "https://auth.armor.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "CSPM Policies", "type": "folder" }, "items": [ { "info": { "name": "Get CSPM policies", "type": "http" }, "http": { "method": "GET", "url": "https://compliance.api.secure-prod.services/cspm/policies", "params": [ { "name": "provider", "value": "", "type": "query", "description": "Provider type filter" } ] }, "docs": "Get CSPM policies" } ] } ], "bundled": true }