curl --request POST \
--url https://api.twitterapi.io/twitter/retweet_tweet \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"auth_session": "<string>",
"tweet_id": "<string>",
"proxy": "<string>"
}'
{
"status": "<string>",
"msg": "<string>"
}
Retweet a tweet.Need to login first. Trial operation price: $0.001 per call.
curl --request POST \
--url https://api.twitterapi.io/twitter/retweet_tweet \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"auth_session": "<string>",
"tweet_id": "<string>",
"proxy": "<string>"
}'
{
"status": "<string>",
"msg": "<string>"
}
Retweet tweet response
The response is of type object
.