Skip to main content

I would like to develop only for myself (not for other users). Is there the concept of personal access tokens like many other APIs have for this purpose so I don't have to build the oauth flow just to get my own data? Examples of companies having this are Airtable and Github. 

For starters you can use the personal access token in your API page in your settings (browser only) but with that you can only get your athlete infos. If you want more you have to use the OAuth flow. 


But that token is only good for 6 hours, right? So essentially I can't write a script for myself. 


If you really want to write a script to get your athlete infos then you have to update the token in the script whenever the token on your API settings page changes.


Reply