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

Forum Posts

Moving from polling to webhook

We are planning for the implementation of the web hook subscription.A few questions pop up:1. in the https://www.strava.com/settings/api page: Do we need to change the authorization callback domain?2. Do our users to reconnect our app to Strava?3. Do...

HankZ by Mt. Kenya
  • 48 Views
  • 1 replies
  • 0 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
  • 300 Views
  • 3 replies
  • 0 kudos

Webhook Subscription returning error

Hi, I am trying to implement Strava webhook but I need to call the subscription API first to create a webhook subscription. I keep getting the following error for some reason even though I am doing everything according to the webhooks documentation:{...

hrd022 by Shkhara
  • 499 Views
  • 5 replies
  • 0 kudos

Set activity privacy and map visibility via API

I think API write access for Activity privacy settings would be a useful addition to Strava because this would allow users to configure third-party apps to manage their Activity privacy settings with greater granularity than Strava offers through its...

Authenticate Strava call

Hello,Do you provide any means to authenticate a Strava call on our webhook endpoint? Like an authentification header that we can configure as we want.Or perhaps you can provide me the IP adresses of your servers so that I can securize my endpoint th...