Qodex.ai
Qodex.ai
Introduction
Data Store
Data Store
Set Up Authorization
Paste this into browserExchange for access code
Slack Message
send slack message
Strava Slack Challenge
get athleteDo User Calculations
Introduction
Data Store
Data Store
Set Up Authorization
Paste this into browserExchange for access code
Slack Message
send slack message
Strava Slack Challenge
get athleteDo User Calculations
HomeSet Up Authorization

Set Up Authorization

Number of APIs: 2

  1. 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

  2. Exchange for access code POST https://www.strava.com/oauth/token?client_id={{clientId}}&client_secret={{clientSecret}}&code={{authorizationCode}}&grant_type=authorization_code

Previous
Data Store
Next
Paste this into browser