Hi,
I'm using the activity logging endpoint to sync activities on our app to fitbit. However, I can't find a parameter as the number of steps of an activity. Am I missing something?
https://dev.fitbit.com/build/reference/web-api/activity/
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Hi @jinboshen
To enter the number of steps, you'll use the query parameter "distanceUnit=steps" and "distance=<number of steps>". However, Steps units are available only for "Walking" (activityId=90013) and "Running" (activityId=90009) directory activities and their intensity levels.
Gordon
Best Answer