Hello, it seems that api access stoped working to me. i get 403 when accessing my athleete profile/settings and other endpoints too. It was working fine until stopped ![]()
Still works on my side.
Unfortunaelly it is not working anymore.. I had it working properly with my app. My agent was properly getting access to activities created training events etc.. yesterday I just got 403.
Since then:
Api returns 301 Moved permanently and if follow with redirect I get 403. Checked with curl. If using 0 instead of athleeteid i get 401 unauthorized.
I tried to regenerate api key but with the new one i have the same result
request with id"
request with 0:
You use http requests instead of https.
@david: The API documentation displays a wrong configuration indicating the use of an unsecured connection:

OMG thanks! That must be this! My app converts swagger/openapi to mcp server and it takes api url directly as it is in the docs! Just checked via curl and youre right, thank you. Change in api docs will probably help but I will add to my app possibility to force https for a quick fix. Thank you ![]()

