Get a User’s Pinned Lists.
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the authenticated source User for whom to return results.
"2244994945"
A comma separated list of List fields to display.
1
[
"created_at",
"description",
"follower_count",
"id",
"member_count",
"name",
"owner_id",
"private"
]
A comma separated list of fields to expand.
1
["owner_id"]
A comma separated list of User fields to display.
1
[
"affiliation",
"confirmed_email",
"connection_status",
"created_at",
"description",
"entities",
"id",
"is_identity_verified",
"location",
"most_recent_tweet_id",
"name",
"parody",
"pinned_tweet_id",
"profile_banner_url",
"profile_image_url",
"protected",
"public_metrics",
"receives_your_dm",
"subscription",
"subscription_type",
"url",
"username",
"verified",
"verified_followers_count",
"verified_type",
"withheld"
]
The request has succeeded.
The response is of type object
.