PrerequisitesBefore you begin, you’ll need:
- A developer account with an approved App
- User Access Token (OAuth 1.0a or OAuth 2.0 PKCE)
Retweet a Post
1
Get your user ID
You need your authenticated user’s ID. You can find it using the user lookup endpoint or from your Access Token (the numeric part is your user ID).
2
Get the Post ID
Find the Post ID in the URL when viewing a Post:
3
Send the Retweet request
cURL
4
Review the response
Undo a Retweet
Remove a Retweet:cURL
Next steps
Retweets lookup
Get users who Retweeted a Post
Quote Posts
Get Quote Posts
API Reference
Full endpoint documentation