My fitbit friends and are competing for steps and want to display the leaderboard in a web page or google sheet–whichever is easier. API-Get-Friends-Leaderboard has the data. What url do I use to make a get request for that data? What's the easiest way to do this? Is seems like I could use jQuery.get
once I have the right url and auth credentials.
Asked
Active
Viewed 307 times
0

ryanve
- 50,076
- 30
- 102
- 137
-
The documentation you link to has all of this information. What are you stuck on? – Brad Apr 20 '15 at 22:33
-
@Brad what API endpoint or URL do I use to make the request? – ryanve Apr 20 '15 at 22:36
2 Answers
1
The base URL for API requests to FitBit is https://api.fitbit.com/
Here is the general API info from the FitBit wiki: https://wiki.fitbit.com/display/API/Fitbit+Resource+Access+API
You may want to start by registering on Apigee.com and testing the FitBit API via their console.

kevintechie
- 1,441
- 1
- 13
- 15
0
The easiest way to do competitions between friends or coworkers is to create FitBit groups. Groups can be public or private.

ryanve
- 50,076
- 30
- 102
- 137