cancel
Showing results for 
Search instead for 
Did you mean: 

API POST to /activities

GideonBr
Mt. Kenya

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!

1 ACCEPTED SOLUTION

Elliott
Community Manager Community Manager
Community Manager

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

View solution in original post

2 REPLIES 2

GideonBr
Mt. Kenya

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 😃

Elliott
Community Manager Community Manager
Community Manager

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