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

fitbit api through postman

I tried to get my heart rate using the api through postman. I get the error "redirect_uri" not defined in the application.

.

I have not specified the redirect_uri in my application created through fitbit. Is it possible to get the response from the api through postman withour redirect_uri ?

.

api : https://api.fitbit.com/1/user/-/activities/heart/date/today/1d.json

Best Answer
0 Votes
2 REPLIES 2

Hello @RajeshJeyapaul over moved your post to the developer section about the Ali. This is where the programmers that understand the api Api hang out.

Best Answer
0 Votes

@RajeshJeyapaul wrote:
I have not specified the redirect_uri in my application created through fitbit. Is it possible to get the response from the api through postman withour redirect_uri ?

.

api : https://api.fitbit.com/1/user/-/activities/heart/date/today/1d.json


Are you getting a redirect_uri error access heart rate or as part of the OAuth process?

You can use http://localhost/ if you just need a placeholder redirect (must be specified in your app settings and in your OAuth authorization request).

Best Answer
0 Votes