post to create webhook of Premium,then response error:

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

the Consumer Key\Consumer Secret\Access Token\Token Secret is corrected.

post url is https://api.twitter.com/1.1/account_activity/all/comm100dev/webhooks.json?url=https://www.test.com/privacy/

can any one help mei?

thanks

my account activity API is approved. as following:

Hello, Twitter Team, can you help me?

Can you confirm that you are using the proper environment name and app tokens in your request? This would likely be the cause of this error.

@KvdohertyQU
Yes, I have use the proper environment name and app tokens.

with the same environment name and app tokens, i could call the get webhooks interface, follows:
get https://api.twitter.com/1.1/account_activity/all/comm100dev/webhooks.json

Hi @FuchunS,

One thing I noticed was that in your request that didn’t succeed your URL ended with “…webhooks/twitter” and not “…webhook/twitter”.

Can you adjust your URL to end with “…ZappierApp/api/webhook/twitter” and see if that works?

Best,
Kevin