cURL
curl --request POST \ --url https://api.apitwitter.com/twitter/user/{user_id}/follow \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "cookie": "<string>", "proxy": "<string>" } '
{ "status": "success", "msg": "User followed" }
Follow a Twitter/X user via ApiTwitter API. POST endpoint requiring user ID, session cookies, and proxy.
Your API key
Numeric Twitter user ID to follow
Twitter auth cookie
Proxy URL to use for the request (HTTP or SOCKS5)
User followed
Response status
"success"
Response message
Response data