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