{ "opencollection": "1.0.0", "info": { "name": "Koyeb Rest activity Summary API", "version": "1.0.0" }, "items": [ { "info": { "name": "Summary", "type": "folder" }, "items": [ { "info": { "name": "Get organization usage summary", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/organizations/:organization_id/summary", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "Organization ID" } ] }, "docs": "Get organization usage summary" } ] } ], "bundled": true }