06-11-2024 04:29 AM
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
Solved! Go to Solution.
06-11-2024 04:45 AM
Use activity streams to receive the detailed workout data instead.
https://developers.strava.com/docs/reference/#api-Streams-getActivityStreams
06-11-2024 04:45 AM
Use activity streams to receive the detailed workout data instead.
https://developers.strava.com/docs/reference/#api-Streams-getActivityStreams
Welcome to the Community - here is your guide to help you get started!