cURL
curl --request POST \ --url https://api.warmyourx.com/followers \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'username=<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>
X username whose followers list to read (no leading @).
Multiple of 50; each 50 is one Tweety batch (max 4000).
50 <= x <= 4000
If true, returns job_id immediately.
Successful Response