Hi, I have a major doubt about the flow of the Fitbit Webhook:
- I have registered my application and exposed the webhook.
- I have verified the webhook endpoint.
- Now if my application users connect to fitbit, I do not need them to individually subscribe to the webhook again right?
Speculation: On registering my application with the webhook, whenever the Fitbit cloud gets updated with the data, the application will receive the webhook for all the users with unique owner ID.
Please let me know if this is the right assumption because I could not find much documentation on it.