The Hub is now in read-only mode as we make improvements to the Hub experience. More information is available here.
03-19-2024 07:11 PM
I've seen this error listed a couple other times w/o any replies, so am going to try again. I had initially successfully created a webhook subscription, and was receiving events. After some time it seemed to stop so was going to delete/recreate the webhook subscription, but I cannot get the "View Subscription" request to work. I get the following error:
Client ID: 46678
Request: GET https://www.strava.com/api/v3/push_subscriptions?client_id=46678&client_secret={mySecret}
03-19-2024 09:10 PM
Are you consistently getting this error over multiple attempts?
Cloudfront is just a CDN so I'm wondering if you got unlucky with timing and happened to get a bad response due to some temporary issue. I just tried the exact URL you posted for your GET request but replaced it with my app data and I got a valid response with my subscription details.
03-20-2024 03:26 AM
Thanks for the reply...took another look at it after your post, and eventually found out that when you copy the CURL request that is provided in the documentation into Postman, it creates a request with the parameters as x-www-form-urlencoded. This appears to be what was breaking it as when I set the body to "None" and just used the pure query string parameters in the request in the request it worked!
Welcome to the Community - here is your guide to help you get started!