This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to switch between Strave vs Garmin segments, and vise-versa?

I've done this once, where I switched from using Garmin segments to Strava segments. Where is that setting on the GC web app?

  • I believe the setting is only in the phone app GCM Menu » Training » Segements » Menu » Strava Segments

  • For web version, probably this should work (F12 console), can be opt-in or opt-out:

    fetch('https://connect.garmin.com/modern/proxy/userprofile-service/userprofile/optional-feature/strava-segments/opt-out',
    {
        'headers': { 'NK': 'NT' },
        'method': 'POST'
    });