Set Up Authorization
Number of APIs: 2
-
Paste this into browser GET https://www.strava.com/oauth/authorize?client_id={{clientId}}&redirect_uri=http://localhost/exchange_token&response_type=code&scope=activity:read_all
-
Exchange for access code POST https://www.strava.com/oauth/token?client_id={{clientId}}&client_secret={{clientSecret}}&code={{authorizationCode}}&grant_type=authorization_code