Polar
Polar excels in the wearable tech space by offering devices tailored for serious athletes and fitness enthusiasts. Their sports watches and heart rate monitors provide detailed performance analysis, surpassing basic activity tracking.
Data availability
Manually Added Polar Data
Not all data manually entered into Polar Flow mobile and web apps is made available through their API. There is no visual indicator in the Polar interface to distinguish between API-available and unavailable manually entered data.
Create your own oAuth-client for Polar
Follow these steps to create your dedicated Polar oAuth-client and integrate its credentials with our data source connection system seamlessly.
Create a Polar Flow account
If you don’t already have one, create a Polar Flow account at flow.polar.com. Use this same account to sign in to the Polar Developer Dashboard.
Create a Client
Register a new client by selecting Create a client in the Polar Developer Dashboard.
Please fill in your company's details:

Ensure that the provided information is accurate, then click on "Next"
Please fill in your application's details:
Set Authorization redirect URL:
https://${partnerName}.und-gesund.de/dataSourcesSwitch.htmlSet the data types (scopes) you wish to receive from your Polar users

Ensure that the provided information is accurate, then click on "Next" and create your Polar oAuth-client
Share credentials with Thryve
After you have created your App, you will be provided with your:
ClientID
ClientSecret
Please encrypt these credentials, along with the requested data types, using our secret sharing service and then share the resulting link with our Customer Operations Team.
Understanding the ${appName} Variable
In this guide, you'll see the placeholder ${appName}. Whenever you encounter it, replace it with your actual partner name, exactly as it's registered in our system.
For example, if your partner name is yourcompany, then:
https://${appName}.und-gesund.de/dataSourcesSwitch.html
should become:
https://yourcompany.und-gesund.de/dataSourcesSwitch.html
If you're unsure what your ${appName} is, please refer your web authentication username, it usually follows the format ${appName}-api. Otherwise, feel free to contact us and we’ll confirm it for you.
Last updated

