twitter engagement
Retweet a post
Retweet (repost) a tweet by ID. Rate limit: 50 requests per 15-min window. Shares the 300/3hr creation limit with tweet creation.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
accountIdstring
The social account ID
tweetIdstring
The ID of the tweet to retweet
Response Body
application/json
application/json
curl -X POST "https://getlate.dev/api/v1/twitter/retweet" \ -H "Content-Type: application/json" \ -d '{ "accountId": "string", "tweetId": "string" }'{
"status": "success",
"tweetId": "string",
"retweeted": true,
"platform": "twitter"
}Empty
{
"error": "Unauthorized"
}Empty