Ship and activate devices
Using the Withings Logistics API, it is possible to dropship Cellular devices directly to your end-users and fetch the data. In this use case, Withings is in charge of the logistics and the shipments to your end-users. The shipped devices will be pre-activated so the unboxing is seamless for the end-user.
Placing an order is done by calling the createuserorder webservice. This webservice also activates the device by taking user information as a parameter. An authorization code will be returned as an output parameter and you will see later in the integration guide how you can use this code to access your user's health data.
Testing your integration
A testmode
parameter is available for you to test your integration without actually sending physical devices. Do not forget to remove this parameter from your calls once your integration is completed.
Step by step implementation
Here is the ordered list of the endpoint you will call:
Toggle me!
