Create Retweet

Create a retweet using your own account.

POST https://api.noauth.cc/twitter/create-retweet

This request will create a retweet

Headers

NameTypeDescription

x-api-key*

String

NoAuth API Key

Request Body

NameTypeDescription

auth_token*

String

Twitter Auth

ct0_token*

String

Twitter Auth

user_agent*

String

Twitter Auth

proxy*

String

Example: http://user:pass@host:port

tweet_id*

Integer

Example: 52562566

{
  "status": "success",
  "message": "Twitter response.."
}

Last updated