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! How to Associate a Strava Activity to Device Record

In my app, athletes can connect their Strava, Garmin Connect and COROS accounts to, among other things, capture completed activities. So if they've connected both Strava and, say, Garmin, then when they complete workouts, we'll receive activity recor...

strideon by Mt. Kenya
  • 100 Views
  • 2 replies
  • 2 kudos

Changing the map type using the API

Hi, I am trying to make a program that as soon as I upload an activity, changes the title, the description, and most importantly the map type from the regular orange line, to the "support Ukraine" map type.I have been playing around with the API, usi...

Web Application

Hi, I have been working on a simple web application to track running performance. Currently I am using the MySQL database. I have a form taking in Time of run as a string. I was running into issues trying to store the run time as a time via MySQL. I ...

Raymond7 by Mt. Kenya
  • 199 Views
  • 5 replies
  • 0 kudos

How to get all segments from a Route in the API?

Hello all,  In our cotacol (Belgian) app, we are leveraging Strava Segments so our members can "collect" different hills in Belgium.  Those hills match one:one with a Strava Segment.  Now, I am building a functionality, so that users can select one o...

Cotacol by Mt. Kenya
  • 200 Views
  • 1 replies
  • 1 kudos

Changing to Webhook Events API - who can help?

For years our website has run cron jobs sending request to the Strava API. We are having three cron jobs. So every minute we are sending request to Strava but we are experiencing "Rate Limit Exceed " issues now. Strava suggests making a change to web...

Resolved! invalid token exchange authorization codes?

So 99% of the time my token exchange process works just fine, but occasionally Strava responds with a "Bad Request" message.I've confirmed that each authorization request is accepted, and I receive a query string formatted as expected, looking like:"...

Cyril by Mt. Kenya
  • 799 Views
  • 3 replies
  • 1 kudos

Athlete Activities Auth Error

Hello,When I try to get a list of athlete activities, I get the following error: { "message": "Authorization Error", "errors": [ { "resource": "AccessToken", "field": "activity:read_permission", "co...

Issuer URL for OpenID Connect

Hi Developers,        I am Atul Sharma and I want to authorise strava using OpenID Connect in Firebase and for that I need Issuer URL as described here. So can anyone suggest me where can I get this URL.Thanks 

Resolved! Filter club activities by date

Hello, I'm using the getClubActivities endpoint to keep a tally of individual rides in my club. I would like to limit the response to a certain date, or at least to a certain week (i.e. this week). Is there a way to do this? Getting the date of the a...