Fitbit Information
Develop apps and clock faces for Fitbit OS using JavaScript, CSS, and SVG.
import requests
url = "https://api.fitbit.com/1/user/-/profile.json"
headers = {
"Authorization": "Bearer YOUR_ACCESS_TOKEN"
}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)