Skip to main content
Answered

activity:read_all

  • October 15, 2025
  • 5 replies
  • 214 views

Forum|alt.badge.img+1

Hi, I want to connect my strava account to my website: 

How do I get the activity:read_all" scopes to access activity details?

 Scopes required for my application
I'm asking the strava developers for these scopes

activity:read_all - Access to all activities (public and private)

profile:read_all - Access to the athlete's full profile

read_all - Extended access to general data

Thanks to the community!

Best answer by Jan_Mantau

Please read https://developers.strava.com/docs/getting-started/#oauth

5 replies

Jan_Mantau
Superuser
Forum|alt.badge.img+27
  • Superuser
  • Answer
  • October 15, 2025

  • Hub Starter
  • March 23, 2026

how does this respond to the question?
I have the token on scope read and see no way to change it

 


Jan_Mantau
Superuser
Forum|alt.badge.img+27
  • Superuser
  • March 23, 2026

how does this respond to the question?
I have the token on scope read and see no way to change it

 

The article explains how to get another token with the desired scopes.


Michal11
Forum|alt.badge.img+6
  • Hub Explorer
  • April 10, 2026

Sorry to ask in a closed question, but is activity:read_all enough to read all activites? is it inclusive with activity:read or do i need to have both activity:read,activity:read_all?


Michal11
Forum|alt.badge.img+6
  • Hub Explorer
  • April 10, 2026

OK, i missed the info. It is in swagger.json ;)

"activity:read_all": "The same access as activity:read, plus privacy zone data and access to read the user's activities with visibility set to Only You",

Sorry :(