Overview
By ID
Get details for a specific List
By owner
Get all Lists owned by a user
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /2/lists/:id | Get List by ID |
| GET | /2/users/:id/owned_lists | Get Lists owned by a user |
Response fields
By default, the response includesid and name. Request additional fields:
| Field | Description |
|---|---|
description | List description |
owner_id | Owner’s user ID |
private | Whether List is private |
follower_count | Number of followers |
member_count | Number of members |
created_at | List creation date |
Example request
Getting started
Prerequisites
- An approved developer account
- A Project and App in the Developer Console
- Your App’s keys and tokens