You can find out everything about the Withings services on our Developer Portal.
Before you begin
To start using this workspace, you need to create your Withings developer account and application that will be used for your integration. Although using your personal Withings account is possible, we recommend that you create a new account for your organization. Creating an Application will provide you with a client_id
and client_secret
that you will use to configure your Qodex environment.
Create your first application on Withings Developer Dashboard
Let's configure your Qodex environment
Now that your first Withings application is created, it's time for you to configure your Qodex environment variables :
- Go to Qodex's
Environments
tab, then select theWithings Public API
environment - Change the
client_id
andclient_secret
variables with your applicationclient_id
andclient_secret
. - Change the
redirect_uri
with one that you have registered when creating your Withings application. - If you registered to Withings Public Cloud, leave the
base_url
set to https://wbsapi.withings.net. If you registered to Withings US Medical Cloud, set thebase_url
to https://wbsapi.us.withingsmed.net. Learn more about the different clouds Withings provide. - Replace the
scope
variable with the one you intend to use. To get a complete overview of the scopes available and the data they allow to fetch, click here. - Leave the other variables empty
Your environment is now set, your can now choose the collection of your choice and start testing Withings APIs!