{ "opencollection": "1.0.0", "info": { "name": "Polar AccessLink Cardio load API", "version": "v3" }, "items": [ { "info": { "name": "Cardio load", "type": "folder" }, "items": [ { "info": { "name": "List cardio loads", "type": "http" }, "http": { "method": "GET", "url": "https://www.polaraccesslink.com/v3/users/cardio-load", "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": "Returns cardio load data for the last 28 days. The response list contains cardio load objects for every day in the range, even if values cannot be calculated — in that case the cardio load status is represented as LOAD_STATUS_NOT_AVAILABLE." }, { "info": { "name": "Get cardio load by date", "type": "http" }, "http": { "method": "GET", "url": "https://www.polaraccesslink.com/v3/users/cardio-load/:date", "params": [ { "name": "date", "value": "", "type": "path", "description": "Date as ISO-8601 date string, example: \"2022-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": "Returns cardio load data for selected date." }, { "info": { "name": "Get cardio load by date range", "type": "http" }, "http": { "method": "GET", "url": "https://www.polaraccesslink.com/v3/users/cardio-load/date", "params": [ { "name": "from", "value": "", "type": "query", "description": "Inclusive as ISO-8601 date string, example: \"2022-01-01\"" }, { "name": "to", "value": "", "type": "query", "description": "Inclusive as ISO-8601 date string, example: \"2022-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": "Returns cardio load data for selected date range. The response list contains cardio load objects for every day between range even if the cardio load values cannot be calculated, in this case the cardio load status is represented as LOAD_STATUS_NOT_AVAILABLE." }, { "info": { "name": "Get historical data by days", "type": "http" }, "http": { "method": "GET", "url": "https://www.polaraccesslink.com/v3/users/cardio-load/period/days/:days", "params": [ { "name": "days", "value": "", "type": "path", "description": "Period of days." } ], "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": "Returns historical cardio load data for selected period of days counting from current date." }, { "info": { "name": "Get historical data by months", "type": "http" }, "http": { "method": "GET", "url": "https://www.polaraccesslink.com/v3/users/cardio-load/period/months/:months", "params": [ { "name": "months", "value": "", "type": "path", "description": "Period of months." } ], "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": "Returns historical cardio load data for selected period of months counting from current date." } ] } ], "bundled": true }