{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Projects API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/organization/:organizationId/project", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" } ] }, "docs": "List projects" }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/organization/:organizationId/project", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a project" }, { "info": { "name": "List total number of services and environments for each project of the organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/organization/:organizationId/project/stats", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" } ] }, "docs": "Returns a list of project ids, and for each its total numberof services and environments" } ] } ], "bundled": true }