{ "opencollection": "1.0.0", "info": { "name": "CockroachDB Cloud APIKeys Organizations API", "version": "2024-09-16" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Get organization information", "type": "http" }, "http": { "method": "GET", "url": "https://cockroachlabs.cloud/api/v1/organization" }, "docs": "Retrieves information about the caller's CockroachDB Cloud organization, including organization ID and name. Requires ORG_ADMIN or ORG_MEMBER role at organization scope." } ] } ], "bundled": true }