Developer Discussions
Have a question about using the API? Ask it here.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

unwanted pause mode

Hi,I use Strava for backcountry skiing. I have a Galaxy Watch6 for that purpose. The problem is that it looks like switching to pause mode is too easy, leading to unwanted switches that I discover 1 or 2 hours later. Pause is controlled by touching t...

strava.jpg

Authorization Errors

I have written working code to access Athlete information. However when I change the code to try access activities, I get an authorization despite the only thing in my code changing is:get("https://www.strava.com/api/v3/athletes"toget("https://www.st...

Error 403: Limit of connected athletes exceeded

Hi  I am trying to link my Strava runs to my Enthuse charity page but getting this error page?It says, this app has exceeded the limit of connected athletes.  If you are a developer of this application, please contact Strava developer support for how...

Resolved! Authorizing other users

Hi all,Pretty new to all this and hit a road block: I don't understand how I authorize other users via Oauth and get their access and refresh tokens.I've done that step for myself using 'https://developers.strava.com/docs/getting-started/' Which had ...

Talisman by Mt. Kenya
  • 299 Views
  • 2 replies
  • 3 kudos

Activities returning with laps removed

I've noticed that activities returned by the Get Activities endpoint have short laps removed. This also appears when viewing the activity on Strava itself, suggesting Strava may be applying some sort of processing.For context, I keep autolap (1mi) on...

Screenshot 2024-03-10 at 2.01.50 PM.png Screenshot 2024-03-10 at 2.02.08 PM.png

Strava API: Multiple Account Authorization

   Strava API: Multiple Account AuthorizationProblem:We are building a proof of concept to use Strava for access metrics. We followed the first step in the Strava API documentation (https://developers.strava.com/docs/authentication/), which allows us...