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

Forum Posts

Resolved! Webhook subscription UI

It would be great to be able to add a webhook subscription directly within  https://www.strava.com/settings/apiRight now the overhead of having to implement the subscription programmatically from the client means we need a one-off Strava implementati...

Following athletes activities

According to the API docs, an app can only fetch information about the logged in athlete. It'd would be nice if there could be a way of reading the following athletes' activities. The same way, having a proper getClubActivitiesById would be helpful t...

paleloser by Pico de Orizaba
  • 1000 Views
  • 2 replies
  • 0 kudos

frauds in uploaded activities???

Hey  We have been using Strava API since 2017 and organize hundreds of local sports and eco challenges, very often with prizes, e.g. from local authorities. Credibility of the data and fraud detection is though very important. We've experienced cases...

igorp by Mt. Kenya
  • 900 Views
  • 2 replies
  • 1 kudos

Resolved! Webhook unable to view/delete subscription

Hi, I am not sure if this is the right place to ask this but I will just go ahead: I am trying to set up a webhook to strava and followed this guide. I think I made a mistake when sending the request to the push_subscriptions endpoint and did not sav...

error403.png view_sub.png
Bready by Mt. Kenya
  • 1000 Views
  • 3 replies
  • 3 kudos

How to get end date or calculate end date

Hi everyone! In the getActivity api response there is only start_date and no end_date. Currently I need to know the time when the most users finish their activity. i want to know exactly total time from start to end activity (moving time, elapsed_tim...

cris by Mt. Kenya
  • 1199 Views
  • 2 replies
  • 2 kudos

Upload via api skips elevation computation

Good morning,I have a question about activity upload via api.I have a TCX file built manually, thus not coming from a device like Garmin. This file contains elevation data (<AltitudeMeters>...</AltitudeMeters>).If I try to upload this activity via ap...

Getting Strava computed location in the activity API

Strava calculates the nearest possible location of where an activity was performed. For example, if you ride your bike in a local state park, Strava is able to retrieve that information and add it next to the time and date of your activity. Is it pos...

nhc002 by Mt. Kenya
  • 600 Views
  • 1 replies
  • 1 kudos

No response to Rate Limit Increase request

Hey, Any Strava developers reading this forum? I've sent a request (to developers-at-strava.com) to increase the rate limit for my app (Client ID: 68556, Ticket #5526) more than two weeks ago but got no response (same on Twitter). I have ~600 users a...

Preventing unwanted users to auth to my app

I would like to prevent unwanted users to auth to my application.1. Is there a way I could POST some headers/data during authorization to "https://www.strava.com/oauth/authorize" like client_id?2. The use case is that I don't want users to share auth...