🔒 Mobile SDK integration with Dropshiment

Number of APIs: 10

📓 SDK integration guide with dropshipment

WARNING
Only partners having signed a contract with Withings will be able to integrate our Mobile SDK. Trying to use the following guide without having the appropriate access rights will result in the APIs returning errors, and your integration won't work.

Before you begin your integration journey let's review the solution you have chosen to implement:

  • You will use Withings Logistics API to ship Withings devices directly to your program members
  • You will use Withings SDK for your program members to install and synchronize their devices directly from your mobile application
  • You will use Withings Health Data API to fetch data from your program members

If the above statements do not correspond to your use case, have another look at the solutions we provide to find the solution that best fits your needs.

Please refer to our complete integration guide for a complete understanding of the solution and how to integrate it in your system

  1. 🔔 Keep Data up to date - Notify - Revoke POST {{base_url}}/notify

  2. ✍️ Sign your requests - Signature v2 - Get nonce POST {{base_url}}/v2/signature

  3. 📦 Ship devices - Dropshipment v2 - Createorder POST {{base_url}}/v2/dropshipment

  4. 📦 Ship devices - Order v2 - Get Detail POST {{base_url}}/v2/order

  5. 👤 Create a user account - User v2 - Create POST {{base_url}}/v2/user

  6. 🔐 Get access to your users' data - OAuth2.0 v2 - Get access to demo account POST {{base_url}}/v2/oauth2

  7. 📉 Fetch Health Data-Measures - Measure - Getmeas POST {{base_url}}/measure

  8. 📉 Fetch Health Data-Measures - Measure v2 - Get getintradayactivity POST {{base_url}}/v2/measure

  9. 📉 Fetch Health Data-Heart - Heart v2 - Get POST {{base_url}}/v2/heart

  10. 📉 Fetch Health Data-Sleep - Sleep v2 - Get POST {{base_url}}/v2/sleep