cURL
curl --request POST \ --url https://api.x.com/2/users/{id}/followed_lists \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "list_id": "1146654567674912769" }'
{ "data": { "following": true }, "errors": [ { "detail": "<string>", "status": 123, "title": "<string>", "type": "<string>" } ] }
Causes the authenticated user to follow a specific List by its ID.
Show child attributes
1