08-16-2023 12:46 PM
I am currently developing a mobile application and many of our users ask us if they can export their workouts to Strava. We can post some workout data to /activities https://developers.strava.com/docs/reference/#api-Activities-createActivity through your API but, the workout data is very limited. Is there a way I can post all of the variables under https://developers.strava.com/docs/reference/#api-models-DetailedActivity to /activities or another endpoint? That would allow sending more complete data from our users to Strava.
Thanks!
Solved! Go to Solution.
09-05-2023 02:23 PM
Hey @GideonBr we recommend making use of file based uploads if you're looking to incorporate more activity data in your uploads.
09-06-2023 09:07 AM
Thanks @Elliott that is what I am doing now. It would be nice if we could submit more activity data through the activities API in the future though 😃
09-05-2023 02:23 PM
Hey @GideonBr we recommend making use of file based uploads if you're looking to incorporate more activity data in your uploads.
Welcome to the Community - here is your guide to help you get started!