Enterprise manage Posts v2 migration
Compare Standard v1.1 statuses endpoints with the X API v2 manage Posts endpoints for creating, deleting, and editing Posts, with parameter mappings.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Compare Standard v1.1 statuses endpoints with the X API v2 manage Posts endpoints for creating, deleting, and editing Posts, with parameter mappings.
| Description | Standard v1.1 | X API v2 |
|---|---|---|
| HTTP methods supported | POST | POST |
| Host domain | https://api.x.com | https://api.x.com |
| Endpoint path | /1.1/statuses/update.json | /2/tweets |
| Authentication | OAuth 1.0a User Context | OAuth 1.0a User Context OAuth 2.0 Authorization Code with PKCE |
| Default request rate limits | None 300 requests per 3-hour window per user, per app. Shared with the v1.1 POST Retweets endpoint. | 200 requests per 15 min per user 300 requests per 3-hour window per user, per app. Shared with the v2 POST Retweets endpoint. |
| Requires the use of credentials from a developer App associated with a Project | ✔ |
| Description | Standard v1.1 | X API v2 |
|---|---|---|
| HTTP methods supported | POST | DELETE |
| Host domain | https://api.x.com | https://api.x.com |
| Endpoint path | /1.1/statuses/destroy/:id.json | /2/tweets/:id |
| Authentication | OAuth 1.0a User Context | OAuth 1.0a User Context OAuth 2.0 Authorization Code with PKCE |
| Default request rate limits | None | 50 requests per 15 min per user |
| Requires the use of credentials from a developer App associated with a Project | ✔ |