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