Skip to main content
Answer

Download original workout file or tcx on behalf of user

  • June 11, 2024
  • 1 reply
  • 137 views

Forum|alt.badge.img+2

My application is parsing workout datapoints and I want to make it easier for the users by fetching the input files automatically from strava workouts.

The export_original and export_tcx paths don't exist on api/v3/activities. Should I be able to access the web endpoints with the access token I get from authenticating the user in my app? Because I am not managing to access them.

https://www.strava.com/activities/[activity_id]/export_original

https://www.strava.com/activities/[activity_id]/export_tcx

Best answer by timonidius

Use activity streams to receive the detailed workout data instead.

https://developers.strava.com/docs/reference/#api-Streams-getActivityStreams

1 reply

Forum|alt.badge.img+2
  • Author
  • Hub Rookie
  • Answer
  • June 11, 2024

Use activity streams to receive the detailed workout data instead.

https://developers.strava.com/docs/reference/#api-Streams-getActivityStreams