Skip to main content
Answered

API POST to /activities

  • August 16, 2023
  • 2 replies
  • 36 views

Forum|alt.badge.img+2

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!

Best answer by Elliott

Hey @GideonBr we recommend making use of file based uploads if you're looking to incorporate more activity data in your uploads. 

2 replies

Forum|alt.badge.img+22
  • Community Manager
  • Answer
  • September 5, 2023

Hey @GideonBr we recommend making use of file based uploads if you're looking to incorporate more activity data in your uploads. 


Forum|alt.badge.img+2
  • Author
  • Hub Rookie
  • September 6, 2023

Thanks @Elliott11 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 😃