cancel
Showing results for 
Search instead for 
Did you mean: 

Personal Access Token

michaelfransen
Mt. Kenya

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. 

1 ACCEPTED SOLUTION

Jan_Mantau
Denali

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.

View solution in original post

3 REPLIES 3

Jan_Mantau
Denali

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.

michaelfransen
Mt. Kenya

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

Jan_Mantau
Denali

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.