07-02-2014 02:29
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-02-2014 02:29
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Please anybody let me know how the subscription api can be used with a java web application. ? How the URL should be configured ? When the response will be synced with my application ? I am using a fitbit tracker device, so I would like to know the response parameters also.
Any sample URL and response if present will be very useful for understanding. Thanks in advance.
Answered! Go to the Best Answer.

Accepted Solutions
07-02-2014 11:15 - last edited on 11-16-2015 13:03 by JeremiahFitbit
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


07-02-2014 11:15 - last edited on 11-16-2015 13:03 by JeremiahFitbit
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
All your web application need to do is to have endpoint that listens for incoming subscription notification http requests.
Once notification is received your application should return 204 response code.
See more details here: https://dev.fitbit.com/docs/subscriptions/
and here: https://dev.fitbit.com/docs/subscriptions-debugging/
Moderator edit: Updated the links to the new documentation
Senior Software Developer at Fitbit

07-02-2014 11:15 - last edited on 11-16-2015 13:03 by JeremiahFitbit
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


07-02-2014 11:15 - last edited on 11-16-2015 13:03 by JeremiahFitbit
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
All your web application need to do is to have endpoint that listens for incoming subscription notification http requests.
Once notification is received your application should return 204 response code.
See more details here: https://dev.fitbit.com/docs/subscriptions/
and here: https://dev.fitbit.com/docs/subscriptions-debugging/
Moderator edit: Updated the links to the new documentation
Senior Software Developer at Fitbit

11-13-2015 20:18
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-13-2015 20:18
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I have never been able to access Confluence despite numerous resettings of my password. The login for confluece will not accept my credentials and as such I cannot see anything that Fitbit staff posts there about their product or support documentation. I would really love to finish working on my app but just cant seem to get at the info I need. Any suggestions?

11-16-2015 13:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



11-16-2015 13:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@ifiwereabravo: Confluence is not available to the public. All Fitbit Web API documentation has been moved to https://dev.fitbit.com/docs .

