{ "opencollection": "1.0.0", "info": { "name": "MapMyFitness Devices API", "version": "7.1.0" }, "items": [ { "info": { "name": "Devices", "type": "folder" }, "items": [ { "info": { "name": "List Devices", "type": "http" }, "http": { "method": "GET", "url": "https://api.ua.com/v7.1/device/", "params": [ { "name": "user", "value": "", "type": "query", "description": "User ID to retrieve devices for" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://www.mapmyfitness.com/v7.1/oauth2/authorize/", "accessTokenUrl": "https://api.ua.com/v7.1/oauth2/access_token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves fitness devices registered to a user." } ] } ], "bundled": true }