Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Web API - Application Level Endpoints

ANSWERED

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!

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

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?

View best answer in original post

Best Answer
2 REPLIES 2

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?

Best Answer

Thanks @JohnFitbit for the info on the additional endpoint.

 

We do track the users on our end, which is fine.

Best Answer
0 Votes