Hello,
I am not able to access activities within Fitbit Web API Explorer. It worked good in February 2025.
Example:
1.https://dev.fitbit.com/build/reference/web-api/explore/#/ -> Authorize
2. /1/user/-/activities/frequent.json -> Get Recent Activity Types
3. Execute
4. Undocumented (Code) TypeError: Failed to fetch (Details)
Other scopes (badges, profile etc. ) are working just fine.
Thanks for 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 @zdenko ,
Thanks for reaching out regarding this issue.
Could you please try executing the same query using the Fitbit Web API Explorer, ensuring you use the same authorization?
If the problem persists, kindly share the reproduction steps and any error screenshots with us.
Thanks,
Inca
Best AnswerThis is caused by the issue I reported in https://community.fitbit.com/t5/Web-API-Development/401-Unauthorized-error-for-OPTIONS-preflight-req... where some of the APIs are missing CORS headers for OPTIONS requests. This breaks browser usage of the APIs, including in the Web API explorer.
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.
Thank you for reporting this problem to us. We have it in our queue to investigate and fix. As a workaround, you can execute the provided curl command into a terminal window to get the response. We will update this post when the problem is resolved.
Best Answer