{ "opencollection": "1.0.0", "info": { "name": "YugabyteDB Aeon REST Access Keys Projects API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "YugabyteDB Aeon List Projects", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.yugabyte.com/api/public/v1/accounts/:accountId/projects", "params": [ { "name": "accountId", "value": "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "type": "path", "description": "The unique identifier of the YugabyteDB Aeon account." } ] }, "docs": "Returns all projects within the specified account. Projects group clusters and resources for organizational or billing purposes." } ] } ], "bundled": true }