{ "opencollection": "1.0.0", "info": { "name": "QGenda REST Company Profile API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Profile", "type": "folder" }, "items": [ { "info": { "name": "Profile", "type": "http" }, "http": { "method": "GET", "url": "https://api.qgenda.com/v2/v2/profile", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns all profiles in companies to which the user has admin rights\nReturns: Array of Profile" } ] } ], "bundled": true }