{ "opencollection": "1.0.0", "info": { "name": "Polar AccessLink Cardio load Team API", "version": "v3" }, "items": [ { "info": { "name": "Team", "type": "folder" }, "items": [ { "info": { "name": "Get teams.", "type": "http" }, "http": { "method": "GET", "url": "https://www.polaraccesslink.com/v1/teams", "params": [ { "name": "pagination", "value": "", "type": "query", "description": "Pagination parameters" } ], "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 teams." }, { "info": { "name": "Get team details.", "type": "http" }, "http": { "method": "GET", "url": "https://www.polaraccesslink.com/v1/teams/:team_id", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "Team id to get." } ], "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 team details." }, { "info": { "name": "Get team sport profiles.", "type": "http" }, "http": { "method": "GET", "url": "https://www.polaraccesslink.com/v1/teams/:team_id/sport-profiles", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "Team ID for retrieving the team's sport profiles." } ], "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 team sport profiles." } ] } ], "bundled": true }