{ "opencollection": "1.0.0", "info": { "name": "Polar AccessLink Cardio load Nightly Recharge API", "version": "v3" }, "items": [ { "info": { "name": "Nightly Recharge", "type": "folder" }, "items": [ { "info": { "name": "List Nightly Recharges", "type": "http" }, "http": { "method": "GET", "url": "https://www.polaraccesslink.com/v3/users/nightly-recharge", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://flow.polar.com/oauth2/authorization", "accessTokenUrl": "https://polarremote.com/v2/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List Nightly Recharge data of user for the last 28 days." }, { "info": { "name": "Get Nightly Recharge", "type": "http" }, "http": { "method": "GET", "url": "https://www.polaraccesslink.com/v3/users/nightly-recharge/:date", "params": [ { "name": "date", "value": "", "type": "path", "description": "Date of Nightly Recharge as ISO-8601 date string, example: \"2020-01-01\"" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://flow.polar.com/oauth2/authorization", "accessTokenUrl": "https://polarremote.com/v2/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Users Nightly Recharge data for given date." } ] } ], "bundled": true }