GET
/
2
/
users
/
{id}
/
pinned_lists

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

The ID of the authenticated source User for whom to return results.

Query Parameters

list.fields
enum<string>[]

A comma separated list of List fields to display.

Available options:
created_at,
description,
follower_count,
id,
member_count,
name,
owner_id,
private
expansions
enum<string>[]

A comma separated list of fields to expand.

Available options:
owner_id
user.fields
enum<string>[]

A comma separated list of User fields to display.

Available options:
affiliation,
connection_status,
created_at,
description,
entities,
id,
location,
most_recent_tweet_id,
name,
pinned_tweet_id,
profile_banner_url,
profile_image_url,
protected,
public_metrics,
receives_your_dm,
subscription_type,
url,
username,
verified,
verified_type,
withheld

Response

200 - application/json
data
object[]
errors
object[]
includes
object
meta
object