v1

latestOpenAPI 3.0.0Twitter Developer Agreement and Policy2026-07-1480235216.3 KB
Lists

Follow a List

Causes a User to follow a List.

post/2/users/{id}/followed_lists

Path parameters

idstring required

Unique identifier of this User. The value must be the same as the authenticated user.

Example:2244994945

The ID of the authenticated source User that will follow the List.

Request body

list_idstring required

The unique identifier of this List.

Example request

{
  "list_id": "1146654567674912769"
}

Response

The request has succeeded.