Skip to main content

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

Use activity streams to receive the detailed workout data instead.

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


Reply