Good day,
for the last few years we have used the Strava API without issues using the following workflow once a day:
- A refresh token is requested
- That refresh token is used to request the activities in a club
- The response is further processed
This morning, the activities were no longer showing up correctly. The only thing that was returned was an empty array (verbatim: "[]"). We have not changed anything about the requests or the way these requests were made. The account we use to make these requests is also an admin in the club in question, yet this changes nothing.
What can be done to get things up and running again?