{ "opencollection": "1.0.0", "info": { "name": "Quay Container Registry Build Organization API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://quay.io/oauth/authorize", "accessTokenUrl": "https://quay.io/oauth/access_token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Organization", "type": "folder" }, "items": [ { "info": { "name": "Get organization details", "type": "http" }, "http": { "method": "GET", "url": "https://quay.io/api/v1/organization/:orgname", "params": [ { "name": "orgname", "value": "", "type": "path" } ] }, "docs": "Get organization details" } ] } ], "bundled": true }