nasatt
27 November 2022 17:49
2
There is a thread here dedicated to API. You might find the answer you’re looking for there but if not then check back and hopefully someone can help you out
Intervals.icu now has a public API for other applications. To use it you need to generate an API key in /settings (look for “Developer Settings” near the bottom). Your API key allows other applications to access your Intervals.icu data. Be careful what you do with it! If you suspect that your key may have been compromised immediately clear or re-generate it.
The API uses basic authentication for personal use. The username is “API_KEY” and the password your API key. Example using curl:
$ curl -…
And this page
1 Like