Hello everone, can someone tell me where I can get help with my problem?
Dear Twitter Developer Support Team,

I hope this message finds you well.

I am writing to request elevated access for my Twitter Developer App, which is currently experiencing access restrictions that prevent it from posting tweets and accessing certain endpoints.

Despite having the correct API keys, tokens, and permissions (Read and Write) set up, I am receiving a 403 Forbidden error with the message:

“453 - You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: x.com

I have confirmed that my app is properly authenticated using OAuth 1.0a User Context. However, the issue persists, and it seems that my account might need to be enrolled in an elevated access tier to resolve this problem.

Here are the details of my Developer App:

  • App Name: ricodirektXXXX
  • Project Name: Default project-17860454145100XXXXX
  • Developer Account: Twitter Developer Account Username

I kindly request your assistance in upgrading my app’s access level so that I can fully utilize the Twitter API v2 endpoints. If there are any additional steps or information required from my side, please let me know, and I will be happy to provide them.

Thank you for your time and support.

Best regards,

Ric

There’s no “Elevated access” anymore. That was before we got the new access tiers about one year ago: Free, Basic, Pro and Enterprise access.

The Free access tier allows posting tweets, but your app should have “read and write” access. It’s configured somewhere in the Dashboard.

The Free access tier can’t really download (HTTP GET) pretty much anything from the API, so you might need Basic or Pro.

I have my application set in Read and Write and still have the same error 403 Forbidden: " 453 - You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: x.com"

I’m not sure what it is.

Athiel,

“A subset of Twitter API v2 endpoints” means you have access to only some of them and not all.

“Limited v1.1 endpoints (e.g. media post, oauth) only” means that you can access only a few v1.1 API endpoints. Two examples are given: posting media and using OAuth1.

“If you need access to this endpoint, you may need a different access level” means exactly that: some API endpoints need one of the paid for access tiers like Basic, Pro or Enterprise access.