The Hub is now in read-only mode as we make improvements to the Hub experience. More information is available here.
03-12-2024 01:04 PM
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"
03-12-2024 01:42 PM
You need an access token with the scope "activity:read" or "activity:read_all" (for including private activities).
Welcome to the Community - here is your guide to help you get started!