Skip to main content
Question

Authorization Errors

  • March 12, 2024
  • 1 reply
  • 17 views

Forum|alt.badge.img

I have written working code to access Athlete information. However when I change the code to try access activities, I get an authorization despite the only thing in my code changing is:

get("https://www.strava.com/api/v3/athletes"

to

get("https://www.strava.com/api/v3/activities"

 

1 reply

Jan_Mantau
Superuser
Forum|alt.badge.img+27
  • Superuser
  • March 12, 2024

You need an access token with the scope "activity:read" or "activity:read_all" (for including private activities).