{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_account API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_account", "type": "folder" }, "items": [ { "info": { "name": "Get account", "type": "http" }, "http": { "method": "GET", "url": "https://f.cluster.resemble.ai/account", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Get account information" }, { "info": { "name": "Get teams", "type": "http" }, "http": { "method": "GET", "url": "https://f.cluster.resemble.ai/account/teams", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Get team information" }, { "info": { "name": "Get team", "type": "http" }, "http": { "method": "GET", "url": "https://f.cluster.resemble.ai/account/teams/:team_uuid", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "team_uuid", "value": "", "type": "path" } ] }, "docs": "Get specific team information" }, { "info": { "name": "Get billing usage", "type": "http" }, "http": { "method": "GET", "url": "https://f.cluster.resemble.ai/account/billing_usage", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Get billing and usage information" } ] } ], "bundled": true }