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

Diference between Client_id and user_id

ANSWERED

What is the diference between Client_id used in token request and user_id returned in result of this request?

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

Hi @SamuelMira,

 

Client_id is the ID assigned to your application after registering it at dev.fitbit.com. This is used to identify your application when making a request to Fitbit during the authorization process for a user. Upon user consent, Fitbit redirects the user back to your application using your redirect URI and provides you with an access token and refresh token for the user, by associating the tokens to the user's user_id. For more information, see our documentation for Obtaining Consent.

View best answer in original post

Best Answer
2 REPLIES 2

Hi @SamuelMira,

 

Client_id is the ID assigned to your application after registering it at dev.fitbit.com. This is used to identify your application when making a request to Fitbit during the authorization process for a user. Upon user consent, Fitbit redirects the user back to your application using your redirect URI and provides you with an access token and refresh token for the user, by associating the tokens to the user's user_id. For more information, see our documentation for Obtaining Consent.

Best Answer

@JohnFitbit  Thanks for your answer.

Best Answer
0 Votes