The Hub is now in read-only mode as we make improvements to the Hub experience. More information is available here.
12-06-2023 01:17 AM
Hi, I am trying to implement Strava webhook but I need to call the subscription API first to create a webhook subscription. I keep getting the following error for some reason even though I am doing everything according to the webhooks documentation:
01-31-2024 09:50 PM - edited 02-01-2024 01:46 AM
Did you remember to implement a GET handler for the endpoint as well as a POST handler for the actual events? The GET handler is used for validating the callback URL and is described in the documentation (I also overlooked this the first time).
01-31-2024 01:27 PM
Hey, did you ever get this working, and if so what was the 'secret'? I'm having exactly this. Thanks!
12-08-2023 07:20 AM
Yes, it is app.6amrun.com
12-07-2023 11:04 PM
In your API Application settings, what domain is configured as your "Authorization Callback Domain"? Is it app.6amrun.com?
12-08-2023 07:21 AM
Yes, the Authorization Callback Domain is app.6amrun.com
Welcome to the Community - here is your guide to help you get started!