Skip to main content
POST
/
twitter
/
tweet
/
retweet
Retweet
curl --request POST \
  --url 'https://api.xshot.fun/twitter/tweet/retweet?api_key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "tweet_id": "<string>"
}
'
{
  "success": true
}

Authorizations

api_key
string
query
required

Body

application/json
tweet_id
string
required

Response

200 - application/json

Retweet result

success
boolean