Tweets
Causes the User (in the path) to retweet the specified Tweet.
Causes the User (in the path) to retweet the specified Tweet. The User in the path must match the User context authorizing the request.
post/2/users/{id}/retweets
Path parameters
idstring required
Unique identifier of this User. The value must be the same as the authenticated user.
Example:2244994945
The ID of the authenticated source User that is requesting to retweet the Tweet.
Request body
Example request
{
"tweet_id": "1346889436626259968"
}Response
The request has succeeded.