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.
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.
Thanks for response. But how can I retrieve the log id by api without manually looking for the web log page?
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.
https://api.fitbit.com/1/user/-/activities/list.json
in this endpoint it doesn't have a encoded user_id
how to I let the system know I am getting the specific user_id log?
Best Answer
Community Moderator Alumni are previous members of the Moderation Team, which ensures conversations are friendly, factual, and on-topic. Moderators are here to answer questions, escalate bugs, and make sure your voice is heard by the larger Fitbit team. Learn more
@ust Which oauth flow are you using? Because user_id is included in the token endpoint. Otherwise, you can get encodedId from the profile endpoint.
I can get the encoded user_id from the oauth, but the log api doesn't seems have a place to put the user_id to get the correspond user_id log
Best Answer