Try this:
1. Open your Postman
2. Enter your BaseURI:
https://api.fitbit.com/oauth2/token
3. For Params enter
client_id=<yourClientID>
grant_type=authorization_code
redirect_uri=http://localhost
code=<yourCode>
4. This will provide your Token.
Best Answer