The Hub is now in read-only mode as we make improvements to the Hub experience. More information is available here.
05-30-2023 09:03 AM
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! Go to Solution.
05-30-2023 11:39 AM
Ah, now I see it: You have "athlete/" in the URL, that doesn't belong there.
05-30-2023 11:39 AM
Ah, now I see it: You have "athlete/" in the URL, that doesn't belong there.
05-30-2023 12:07 PM
You are right! My fault. Thanks!
05-30-2023 10:09 AM
I don't use brackets in request. I put them as variable sign. My request url is https://www.strava.com/api/v3/athlete/activities/12345 where 12345 is my activity id from activities list.
05-30-2023 09:23 AM
Ids like 9158500198 are okay, that's in the current range of activity ids. You don't use the curly brackets in the URL though, they are only a syntax hint, that id isn't a fixed string.
Welcome to the Community - here is your guide to help you get started!