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 @emmayharro
The callback or redirect URL is an endpoint in your application where we redirect the user after they consent to share data with your application. This endpoint will usually receive the authorization code, found appended to the redirect URL, and swap it out for the access token and refresh token.
Gordon
Best Answer