Hi,
Since I upgraded (today) my app to the new Standard Tier, every API call returns HTTP 500 with body {"message":"error"} across all endpoints, all athletes, and even the "Your Access Token" from my developer dashboard.
Reproduced with curl directly (no intermediary code):
bash
curl -i https://www.strava.com/api/v3/athlete \
-H "Authorization: Bearer <dashboard token>"
HTTP/2 500
{"message":"error"}
x-envoy-upstream-service-time: 42
x-request-id: e180229a-1c45-4773-9f0d-4ad558b0cacdEndpoints tested: /athlete, /athlete/routes, /athlete/activities. Same result on all of them.
The OAuth flow completes fine, tokens are issued with sensible expires_at, so it looks like the backend is rejecting every call from this client_id post-upgrade.
App: MoguWind client_id: 236823
Has anyone else hit this after the tier migration today? Is there a propagation delay, or an extra step I might be missing, terms acceptance, billing, something else?
Thanks, Javi