Subscription
The Subscription endpoints allow an application to subscribe to user specific data. Fitbit will send a webhook notification informing the applicaton that the user has new data to download. This functionality prevents the application from polling our services looking for new data.
For additional information on how to use subscriptions and configure your subscriber, see Using Subscriptions in the Developer Guide.
The endpoints available in this section are
- Create Subscription creates a subscription to notify the application when a user has new data available.
- Delete Subscription deletes a subscription for a specific user.
- Get Subscription List retrieves a list of subscriptions that are created for a specific user.