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

Forum Posts

Include changes to time in webhook updates

I am developing a app that integrates with Strava and am in the process of converting from polling to using the webhook API. Currently it only posts updates on activity creation, deletion, or when two fields are updated, title, or type (and privacy)....

dladeira by Mt. Kenya
  • 100 Views
  • 0 replies
  • 0 kudos

wrong pace Track session

Hello I noticed a discrepancy in pace/min during a Track activity if I compare Garmin Connect with Strava on the same activity.I am using during track session the dedicated Garmin Track run activity so it is pretty accurate by setting the right lane ...

Access-Control-Expose-Headers

I would like to show to my users that they are using the Strava API with limit (100 request per 15 minutes, etc.)The Strava API has HTTP response header for that : X-Ratelimit-Usage and X-Ratelimit-Limit I would like to use them in the HTTP javascrip...

Resolved! Api v3 Auth Error

Hi, I'm having problems exchanging the access code for the token.I'm in Android Studio in Java.First I load this URL into my Web View :String authUrl = "https://www.strava.com/oauth/authorize?" + "client_id=" + clientId + "&redirect_uri...

Minapps by Mt. Kenya
  • 283 Views
  • 2 replies
  • 1 kudos

REST request

HiI want to do some REST requests. Is it possible to authorize without having to use the login screen?

plazu by Mt. Kenya
  • 155 Views
  • 2 replies
  • 1 kudos

ERROR - code: 'missing'

Hey!I'm trying to build a personal website that displays my weekly mileage through Strava's API!Unfortunately I keep getting the following error:message: 'Authorization Error', errors: [ { resource: 'AccessToken', field: 'activity:r...

vxnuaj by Mt. Kenya
  • 234 Views
  • 3 replies
  • 0 kudos

Resolved! Don't receive heart rate data from activities API

Hi there!I'm retrieving my latest run with the following endpoint: /athlete/activities and then the method "getLoggedInAthleteActivities". This works well, but I don't get the same response as the sample response given there. I don't get anything bac...