10-13-2021 12:13 - edited 10-13-2021 12:15
10-13-2021 12:13 - edited 10-13-2021 12:15
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.
10-14-2021 14:08
10-14-2021 14:08
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?
10-14-2021 14:08
10-14-2021 14:08
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?
10-15-2021 05:04
10-15-2021 05:04
Thanks @JohnFitbit for the info on the additional endpoint.
We do track the users on our end, which is fine.