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! Not receiving webhook events

For some reason, I am not receiving any webhook events (new activities, updated activities, etc) today.  I have never experienced this issue before.  Is there some kind of problem that would cause this today?

rdawson by Shkhara
  • 599 Views
  • 5 replies
  • 1 kudos

Resolved! "field": "activity:read_permission"

Hello everyone. I'm having an issue with retrieving user data.I decided to create an API that would fetch data from my friends and push a weekly leaderboard to our Telegram channel, showing who ran the most.So, let me describe the process of creating...

Strava Source

When you visit Strava.com and sign in, you can view (and download) Strava's source which is not minified.Their custom @strava Components are also shipped with the source.Interesting bit of knowledge and some good reading! 

huzi8t9_0-1689177773320.png
huzi8t9 by Mt. Kenya
  • 240 Views
  • 0 replies
  • 1 kudos

API Registration Issues

Hi! I have been trying to set up an API that will extract activity data based on dates. Unfortunately, I have been experiencing issues with the API registration.I have been following the guide (in the api guidelines) step by step but I keep coming to...

Update Activity RPE via API?

Hi everyone!  I am somewhat familiar with Strava's API both directly via HTTP and with the Python Stravalib library through my visualization app Heatflask (https://www.heatflask.com) (Client ID 12700) which I has been running since 2016.   However I ...

bfef by Shkhara
  • 627 Views
  • 5 replies
  • 2 kudos

Embedding Leaderboard not authorized

Our club uses the embed iframe html snippet to display our club's recent activity and leaderboard on our website. It was working great, but no longer dispalys any strava data, the frame is blank. Are embedded feeds no longer available?

Webhook requirement for mobile apps?

On the getting started guide in the section F. Why do I need webhooks? it states: "Per our API terms, you need to implement webhooks to know when an athlete has deauthorized your API application" What about mobile only applications? We're building a ...

brianp by Mt. Kenya
  • 210 Views
  • 2 replies
  • 1 kudos

Resolved! Get a list of activity ID

Hi all.Using a get on https://www.strava.com/api/v3/activities/, I get a list of activities.I realised that each activity in the json response is a summary of the activities, because "resource_state" : 2,So I tried to tried to get the detailed repres...

Resolved! Error 404 when uploading swimming FIT file

On June 22/23 for some users of our app the upload failed for FIT files with swimming data. The response error when uploading the FIT file was:status: 404 error: {"message":"Record Not Found","errors":[{"resource":"resource","field":"path","code":"in...

hophoff by Shkhara
  • 199 Views
  • 1 replies
  • 1 kudos

Clearing no longer referenced athletes

With the newly introduced per app athlete limit its clear around 15% of our athlete tokens are orphaned. Is there any way to clear these down? We're quite happy to cycle through all the valid tokens and make a "hey this one is still in use" poke to a...