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

Forum Posts

Update to the Webhooks API

Hi there,It seems like there is a lot of discussions about the webhook API and it seems to be kind of going nowhere.Strava wants to enforce fewer API Calls, but doesn't really make an easy way of going about that, when the webhooks are this limited.I...

Resolved! deleting activity automatically

I encountered a 404 while attempting to fetch an activity after getting a webhook request for creating an activity. I observe a pattern that occurs when creating an activity and it automatically deletes an activity that has a small time difference, I...

Webhook Events API

Hello guys. We want to connect our swimming app to the Strava API.Everything is working well, except Webhook Events API. According to the documentation https://developers.strava.com/docs/webhooks/, we need to Create a subscription.On this step when w...

Unable to register push subscription

Bad request when registering a push subscription. I checked output of my url and get the 200 with correct response within miliseconds. Could this be because my api is accessible over ipv6 only? ( no ipv4 available.. )   Cheers

Napche by Mt. Kenya
  • 150 Views
  • 1 replies
  • 0 kudos

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
  • 155 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
  • 505 Views
  • 3 replies
  • 3 kudos

Media or metadata updates from Webhook Events API

Can the Webhook Events API be extended to include changes to other data? Currently we can only recieve a webhook for these 3 events: TitleTypePrivacy However other changes, like media changes (photos or videos) don't have a notification. And I'm seei...

clarkbw by Mt. Kenya
  • 164 Views
  • 1 replies
  • 1 kudos

Setting up a webhook in Google App Script

Well, the title says it all, folks... It seems like this is gonna be a tough one to implement in Google App Scripts. There's not much out there in general for setting up these Strava webhooks, but it's even worse when trying to find ANYTHING on setti...