Lookup Lists
Get a User's Owned Lists.
Get a User’s Owned Lists.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the User to lookup.
Example:
"2244994945"
Query Parameters
The maximum number of results.
Required range:
1 <= x <= 100
This parameter is used to get a specified 'page' of results.
Required string length:
1 - 19
A comma separated list of List fields to display.
Available options:
created_at
, description
, follower_count
, id
, member_count
, name
, owner_id
, private
Example:
[
"created_at",
"description",
"follower_count",
"id",
"member_count",
"name",
"owner_id",
"private"
]
A comma separated list of fields to expand.
Available options:
owner_id
Example:
["owner_id"]
A comma separated list of User fields to display.
Available options:
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
Example:
[
"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"
]
Response
200
application/json
The request has succeeded.
The response is of type object
.