Skip to main content
The Pinned Lists endpoints let you view, pin, and unpin Lists for the authenticated user. Pinned Lists appear prominently in the user’s X interface.

Overview

View pinned

Get user’s pinned Lists

Pin List

Pin a List

Unpin List

Unpin a List

Endpoints

MethodEndpointDescription
GET/2/users/:id/pinned_listsGet pinned Lists
POST/2/users/:id/pinned_listsPin a List
DELETE/2/users/:id/pinned_lists/:list_idUnpin a List

Example: Get pinned Lists

Example: Pin a List


Getting started

Prerequisites

Lookup quickstart

Get pinned Lists

Manage quickstart

Pin and unpin Lists

Integration guide

Key concepts and best practices

API Reference

Full endpoint documentation