The Hub is now in read-only mode as we make improvements to the Hub experience. More information is available here.
03-31-2023 12:43 PM
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.
Solved! Go to Solution.
04-06-2023 01:09 PM
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.
04-06-2023 01:09 PM
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.
04-06-2023 09:06 AM
But that token is only good for 6 hours, right? So essentially I can't write a script for myself.
04-06-2023 02:55 AM
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.
Welcome to the Community - here is your guide to help you get started!