Hi! I’m getting a consistent 403 “Access denied” from the API for my own athlete.
• Athlete: i297087
• Key: regenerated multiple times in Developer Settings today
• Auth: using Authorization: Bearer (worked for me before)
• Tried different machines/networks; key is trimmed (no spaces)
Could you please check if my key is correctly bound to athlete 297087 and whether any ACL/auth changes could cause this 403? Thanks!
Thanks. I’m using Basic with username API_KEY and my key as the password, numeric athlete id 297087.
Freshly regenerated. Still getting HTTP 403 on:
curl -is -u “API_KEY:” https://intervals.icu/api/v1/athlete/297087
Include the leading ‘i’ in the athlete id.
https: //intervals.icu/api/v1/athlete/i297087 (remove space!)
with Basic Auth, user API_KEY and your api-key as password will work.