I'm having C# MVC website and want to display current Garmin data (eg: activity) on my home page. For that I need to get my user to Garmin's login page and after successful login I want user to be redirected to Website's home page. I've searched a lot for this but didn't get any proper API document as we have for other tracking devices like Withings or Fitbit.
Found below document related to authentication process: https://developer.garmin.com/index.php/blog/post/connect-iq-2-authentication
Is Garmin API paid? as shown in below document:
https://developer.garmin.com/garmin-connect-api/overview/
How can I make API calls to fetch Activity, Steps, Sleep data from Garmin?
Can anyone please suggest me a right path to achieve what I mentioned above.