{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Organization Cluster Lock API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organization Cluster Lock", "type": "folder" }, "items": [ { "info": { "name": "List locked Cluster by organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/organization/:organizationId/lock", "params": [ { "name": "organizationId", "value": "", "type": "path" } ] }, "docs": "List locked Cluster by organization" } ] } ], "bundled": true }