{ "opencollection": "1.0.0", "info": { "name": "fatsecret Reference API", "version": "3.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.fatsecret.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Reference", "type": "folder" }, "items": [ { "info": { "name": "List food brands", "type": "http" }, "http": { "method": "GET", "url": "https://platform.fatsecret.com/rest/food-brands/v2" }, "docs": "List food brands" }, { "info": { "name": "List food categories", "type": "http" }, "http": { "method": "GET", "url": "https://platform.fatsecret.com/rest/food-categories/v2" }, "docs": "List food categories" }, { "info": { "name": "List food sub-categories", "type": "http" }, "http": { "method": "GET", "url": "https://platform.fatsecret.com/rest/food-sub-categories/v2" }, "docs": "List food sub-categories" }, { "info": { "name": "List exercises", "type": "http" }, "http": { "method": "GET", "url": "https://platform.fatsecret.com/rest/exercises/v2" }, "docs": "List exercises" } ] } ], "bundled": true }