{ "opencollection": "1.0.0", "info": { "name": "Alpic analytics teams API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "teams", "type": "folder" }, "items": [ { "info": { "name": "List teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.alpic.ai/v1/teams" }, "docs": "List all teams for the authenticated user" } ] } ], "bundled": true }