I’m getting the following error and a 404 not found when attempting to perform an HTTP PUT on the endpoint https://api.twitter.com/1.1/account_activity/all/env-beta/webhooks.json:
{
"errors": [
{
"message": "Sorry, that page does not exist",
"code": 34
}
]
}
I’m using app only auth for the endpoint, and confirmed my authentication is set up appropriately as I’m able to HTTP GET https://api.twitter.com/1.1/account_activity/all/env-beta/webhooks.json properly.
This is not terribly important, but I’ve since added AWS X-Ray tracing capability to my Lambda function (specifically on the CRC function) and was hoping to capture the timing.