You can find out everything about the Withings services on our Developer Portal.
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
Now that your first Withings application is created, it's time for you to configure your Qodex environment variables :
Environments
tab, then select the Withings Public API
environmentclient_id
and client_secret
variables with your application client_id
and client_secret
.redirect_uri
with one that you have registered when creating your Withings application.base_url
set to https://wbsapi.withings.net. If you registered to Withings US Medical Cloud, set the base_url
to https://wbsapi.us.withingsmed.net. Learn more about the different clouds Withings provide.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.Your environment is now set, your can now choose the collection of your choice and start testing Withings APIs!