{ "opencollection": "1.0.0", "info": { "name": "Aqua Security REST Authentication API", "version": "2022.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Aqua Security Authenticate User", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cloud.aquasec.com/api/v1/login", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticate a user and obtain an access token for subsequent API calls." } ] } ], "bundled": true }