Hey,
I have started working with Strava API and on the beginning I have problem. I authenticate from my app using scope: read_all,profile:read_all,activity:read_all, I can get all my activities but when I'm trying to get one I have 404. I use http get on
Solved
Get activity by id 404

https://www.strava.com/api/v3/athlete/activities/{id}?include_all_efforts=true where id is number which I take from previous request about list of activites. I use id property from item. I have seen in examples that id is longer than I see on my activities (for example my is 9158500198 but in examples numbers are longer like 123456778928065). What can be a problem?
Best answer by Jan_Mantau
Ah, now I see it: You have "athlete/" in the URL, that doesn't belong there.
Reply
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.