{ "opencollection": "1.0.0", "info": { "name": "Public Agents Teams API", "version": "1.0.0" }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "List teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.gumloop.com/api/v1/teams", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List teams the authenticated caller belongs to." } ] } ], "bundled": true }