{ "opencollection": "1.0.0", "info": { "name": "CloudQuery OpenAPI Spec admin platform API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "platform", "type": "folder" }, "items": [ { "info": { "name": "PlatformGetPlatformInfo", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/platform-info" }, "docs": "Information about the platform" }, { "info": { "name": "PlatformListPlatformVersions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/platform-versions", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number of the results to fetch" }, { "name": "per_page", "value": "", "type": "query", "description": "The number of results per page (max 1000)." } ] }, "docs": "List platform versions" } ] } ], "bundled": true }