I'm hitting an issue where the activities api is behaving unexpectedly.
I can curl and retrieve details for many activities but I'm having an issue with indoor cycle activities from Wahoo.
curl -H "Authorization: Bearer ***" https://www.strava.com/api/v3/activities/9186799911
{"message":"Resource Not Found","errors":[{"resource":"Activity","field":"","code":"not found"}]}
Is there something different I need to do to get an api query for a cycle activity from Wahoo working?
Running the same command against https://www.strava.com/api/v3/activities/9187552481 gives the expected result.