{ "opencollection": "1.0.0", "info": { "name": "Fitbit Activity Foods API", "version": "1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://www.fitbit.com/oauth2/authorize", "accessTokenUrl": "https://api.fitbit.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Foods", "type": "folder" }, "items": [ { "info": { "name": "Search Foods", "type": "http" }, "http": { "method": "GET", "url": "https://api.fitbit.com/1/foods/search.json", "params": [ { "name": "query", "value": "", "type": "query" } ] }, "docs": "Searches the Fitbit foods database for foods matching the query." } ] } ], "bundled": true }