In my local dev environment I have randomly generated URL that is used for sending webhooks to monitor for mentions.

Creating webhook works flawlessly but every time I try to delete the webhook so that I can recreate new one with the new URL i’m getting the following message.
I’m using the same set of keys to authenticate the app and I’m getting confused what I should do to fix it?

{"errors":[{"code":32,"message":"Could not authenticate you."}]}

1 Like

I’m still trying to figure out what is the problem.
This is the same problem as the one from this thread

All the other endpoints are working properly, but I cannot list or delete the webhook.

I’ve tried sending requests with Twurl and with https://github.com/twitterdev/twitter-webhook-boilerplate-node, without success.

I tried using Twitter’s Postman collection to remove the webhook but I’m getting error 404 on that request.


https://www.postman.com/twitter/workspace/twitter-s-public-workspace/collection/241622-762b2849-51a1-412f-ba94-8d4fd4f45d8c?ctx=documentation
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.