Hi all, have been trying to develop an app and have signed up for essential access for twitter v2 access. However, i have been getting forbidden error when i get /2/tweets/search/recent . i am using a proxy on angular. i dont think this endpoint is restricted, and should be able to access for essential access.

What environment is this running in? How are you authenticating calls? Bearer token or access tokens?

Did you create a Project and add the app to the project on your dashboard?

Are you able to make calls with your bearer token using a different tool, like curl or twurl GitHub - twitter/twurl: OAuth-enabled curl for the Twitter API

Also I just noticed you’re sending calls to localhost:4200 which is incorrect. It should be going to api.twitter.com