Hello all,
after our account_activity webhook has ceased to function we are unable to make requests to account_activity API in order to debug / subscribe to our webhoo
Every request is failing with response :
{"errors":[{"code":200,"message":"Forbidden."}]}
Here are the steps to reproduce :
First get a valid Bearer token :
curl -i --user <API key>:<API secret key> -X POST https://api.twitter.com/oauth2/token -d "grant_type=client_credentials"
Second try to display all webhooks :
curl --request GET --url https://api.twitter.com/1.1/account_activity/all/webhooks.json --header 'authorization: Bearer <Bearer token>'
Our APP Id is 14848517
Access level : Read, write, and direct messages
Is there any way to fix this issue and what is its root cause ?
Regards,