{ "opencollection": "1.0.0", "info": { "name": "fatsecret Weight Tracking 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": "Weight Tracking", "type": "folder" }, "items": [ { "info": { "name": "Get weight history", "type": "http" }, "http": { "method": "GET", "url": "https://platform.fatsecret.com/rest/weights/v2" }, "docs": "Get weight history" }, { "info": { "name": "Update weight entry", "type": "http" }, "http": { "method": "POST", "url": "https://platform.fatsecret.com/rest/weights/v2" }, "docs": "Update weight entry" } ] } ], "bundled": true }