v1

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

Pin a List

Causes a User to pin a List.

post/2/users/{id}/pinned_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 pin the List.

Request body

list_idstring required

The unique identifier of this List.

Example request

{
  "list_id": "1146654567674912769"
}

Response

The request has succeeded.