Hi Folks,
Trying to use the API to get some of my data out of Strava. I managed to created an API token which works as a bearer token to access the API.
However I noticed the scope is "read" per:
In order to access https://www.strava.com/api/v3/athlete/activities I need a token with "activity:read_all", but I cannot find anywhere to change the scope of my access token.
Can anyone point me to the documentation that describes granting different scopes ?