{ "opencollection": "1.0.0", "info": { "name": "LOVO AI Genny Speakers Teams API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "Get team billing information", "type": "http" }, "http": { "method": "GET", "url": "https://api.genny.lovo.ai/api/v1/teams/status", "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "docs": "Get team billing and usage information for the account associated with the API key." } ] } ], "bundled": true }