Hi!
Wondering if there are any application level endpoints that would allow me to get things like:
Get all users currently authorized for my app.
Get total usage, e.g. data request counts incoming / subscriptions notifications outgoing.
I didn't see that here:https://dev.fitbit.com/build/reference/web-api/explore/
But maybe there is a different API?
Thanks!
Answered! Go to the 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 @Jeff_New_Ocean,
Unfortunately, we don't have any endpoints that provide the metrics you're seeking. However, we do provide visibility to your subscriber stats at https://dev.fitbit.com/apps/subscriberstats/<CLIENT_ID>
You should be able log API calls and how many active/connected users you have on your end for troubleshooting purposes, is this not the case?
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 @Jeff_New_Ocean,
Unfortunately, we don't have any endpoints that provide the metrics you're seeking. However, we do provide visibility to your subscriber stats at https://dev.fitbit.com/apps/subscriberstats/<CLIENT_ID>
You should be able log API calls and how many active/connected users you have on your end for troubleshooting purposes, is this not the case?
Thanks @JohnFitbit for the info on the additional endpoint.
We do track the users on our end, which is fine.
Best Answer