{ "opencollection": "1.0.0", "info": { "name": "Qiskit Runtime Analytics Accounts API", "version": "0.45.3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Get Account Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://quantum.cloud.ibm.com/api/v1/accounts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Account id (without `a/` prefix)" }, { "name": "plan_id", "value": "", "type": "query", "description": "Obtain the account configuration only for the specified plan" } ] }, "docs": "Get the current account information. If no account information is found, returns the default configuration." } ] } ], "bundled": true }