{ "opencollection": "1.0.0", "info": { "name": "Code Climate Quality Issues Organizations API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Get the authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://api.codeclimate.com/v1/user" }, "docs": "Returns the user associated with the supplied access token." }, { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.codeclimate.com/v1/orgs" }, "docs": "Lists the organizations the authenticated user belongs to." } ] } ], "bundled": true }