cURL
curl --request POST \ --url https://api.twitterapi.io/twitter/retweet_v3 \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "user_name": "<string>", "tweet_id": "<string>" } '
{ "status": "<string>", "msg": "<string>" }
V3 Retweet API - Retweet a tweet using your username. You must have logged in via user_login_v3 first. Trial operation price: $0.002 per call.
Twitter username. Must be set. The user must have been logged in via user_login_v3.
The ID of the tweet to retweet. Must be set.
Retweet response
Status of the request. 'success' means the tweet has been retweeted.
Message describing the result.