cURL
curl --request POST \ --url https://api.warmyourx.com/v1/tweets/retweets \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'tweet_id=<string>' \ --data target=200 \ --data run_async=false
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
50 <= x <= 4000
Successful Response