{ "opencollection": "1.0.0", "info": { "name": "fatsecret Profile Foods 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": "Profile Foods", "type": "folder" }, "items": [ { "info": { "name": "Get favorite foods", "type": "http" }, "http": { "method": "GET", "url": "https://platform.fatsecret.com/rest/food/favorites/v2" }, "docs": "Get favorite foods" }, { "info": { "name": "Add favorite food", "type": "http" }, "http": { "method": "POST", "url": "https://platform.fatsecret.com/rest/food/favorite/add/v2" }, "docs": "Add favorite food" }, { "info": { "name": "Delete favorite food", "type": "http" }, "http": { "method": "POST", "url": "https://platform.fatsecret.com/rest/food/favorite/delete/v2" }, "docs": "Delete favorite food" } ] } ], "bundled": true }