cURL
curl --request POST \ --url https://api.aisa.one/apis/v1/twitter/retweet_v3 \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "user_name": "<string>", "tweet_id": "<string>" } '
{ "status": "<string>", "msg": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Twitter username. Must be set. The user must have been logged in via user_login_v3.
The id of the tweet to retweet. Must be set.
Success
Status of the request. success or error
Message of the request. error message