Getting your Zwift ID the easy way

Zwift is an online training app for cycling (and running). If you have an account at Zwift, you can also use other web apps, such as Zwift Power and Zwift GPS. You connect these apps to your Zwift account using your Zwift ID.

Getting your Zwift ID can be a bit tricky. For some reason, Zwift is not simply listing it in your profile, but you can figure it out if you analyse the link of a downloaded activity (.FIT) file.

It can be much easier using a bookmarklet. A bookmarklet is a small tool that is installed in your bookmarks bar and that can do simple tasks, such as getting information from the current web page.

Follow these steps:

  1. Show the Bookmarks Toolbar if it is not already visibly (Ctrl-Shift-B in most browsers)
  2. Drag this bookmarklet Zwift ID to your Bookmarks Toolbar. It should now appear on the toolbar.
  3. Go to zwift.com and log in, if you aren’t logged in yet.
  4. Click on the bookmarklet in the toolbar. A popup alert should show your Zwift ID.

Ride on!

For the curious and tech-savvy, this is the actual code inside the bookmarklet:

try {
alert('Zwift ID: ' + ZPageData.userProfile.id);
} catch(e) {
alert('Only when logged in on zwift.com');
}

 

Leave a Reply

Your email address will not be published.