{ "opencollection": "1.0.0", "info": { "name": "Preset Authentication Teams API", "version": "1.0" }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "List teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.app.preset.io/v1/teams/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the teams the authenticated principal belongs to." } ] } ], "bundled": true }