Hi, I am not sure if this is the right place to ask this but I will just go ahead:
I am trying to set up a webhook to strava and followed this guide. I think I made a mistake when sending the request to the push_subscriptions endpoint and did not save the response from it. Now I would like to delete the subscription as described in this article.
Because I did not save the response from the first request I do not know my subscription ID. To retrieve this ID I tried to make a GET request to the push_subscriptions endpoint and view the subscription, as described in the article aswell. This however does not work and returns this errror:
The request I sent to receive this errror was the following (in Python):
When trying to just subscribe again, I just get the error that a subscription already exists, so I do want to delete it or at least be able to view it.
I would really appreciate some help with this issue, and sorry if there is a better place to ask these kind of questions.
Kindest Regards,
Patrick