Key | Value |
id | (your user ID) |
tweet_id | (the ID of the Tweet you want to Retweet) |
"retweeted": true
has successfully Retweeted the tweet_id
If you wish to undo a Retweet by the same user you can use the request entitled “Undo a Retweet”, which is also found in the “Retweets” folder of the X API v2 collection loaded in Postman. The id
should be your user ID and source_tweet_id
should be the Post ID to undo the Retweet of. You will not have to add this as a JSON body so you will want to make sure that you add in the requisite query params for id and source_tweet_id
.
On a successful undoing of a Retweet, you will receive a similar response to the following example: