Polar · OAuth Scopes

Polar OAuth Scopes

OAuth 2.0 derived

Polar publishes 2 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Polar API on a user’s behalf.

Tokens are issued from https://polarremote.com/v2/oauth2/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

FitnessHealthWearablesHeart RateSportsTrainingSleepActivity TrackingSensorsBluetooth
Scopes: 2 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://flow.polar.com/oauth2/authorization https://auth.polar.com/oauth/authorize
Token URL
https://polarremote.com/v2/oauth2/token https://auth.polar.com/oauth/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
accesslink.read_all Allows read access to user's data authorizationCode
team_read Allows read access to user's data authorizationCode

Source

OAuth Scopes

polar-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/polar-accesslink-api-openapi.yml, openapi/polar-teampro-api-openapi.yml
schemes:
- name: OAuth2
  source: openapi/polar-accesslink-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://flow.polar.com/oauth2/authorization
    tokenUrl: https://polarremote.com/v2/oauth2/token
- name: OAuth2
  source: openapi/polar-teampro-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.polar.com/oauth/authorize
    tokenUrl: https://auth.polar.com/oauth/token
scopes:
- scope: accesslink.read_all
  description: Allows read access to user's data
  flows:
  - authorizationCode
  sources:
  - openapi/polar-accesslink-api-openapi.yml
- scope: team_read
  description: Allows read access to user's data
  flows:
  - authorizationCode
  sources:
  - openapi/polar-teampro-api-openapi.yml