cURL
curl --request POST \ --url https://api.twitterapi.io/twitter/retweet_tweet_v2 \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "login_cookies": "<string>", "tweet_id": "<string>", "proxy": "<string>" }'
{ "status": "<string>", "msg": "<string>" }
Retweet a tweet.You must set the login_cookie.You can get the login_cookie from /twitter/user_login_v2.Trial operation price: $0.002 per call.
Login response
The response is of type object.
object