{ "opencollection": "1.0.0", "info": { "name": "Happy Scribe Exports Organizations API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://www.happyscribe.com/api/v1/organizations" }, "docs": "Lists the organizations the authenticated user belongs to." } ] } ], "bundled": true }