cURL
curl --request PATCH \ --url https://api.apitwitter.com/twitter/lists/{list_id} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "cookie": "<string>", "proxy": "<string>", "name": "<string>", "description": "<string>", "is_private": true } '
{ "status": "success", "msg": "List updated" }
Update a Twitter/X list name or description via ApiTwitter API. POST endpoint requiring list ID, cookies, and proxy.
Your API key
ID of the list to update
Twitter auth cookie
Proxy URL to use for the request (HTTP or SOCKS5)
New name for the list
New description for the list
Updated privacy setting
List updated
Response status
"success"
Response message
Response data