GET
/2/users/{id}/pinned_lists
curl \
-X GET https://api.twitter.com/2/users/2244994945/pinned_lists \
-H "Authorization: Oauth $ACCESS_TOKEN"
Response examples (200)
{
"data": [
{
"id": "1146654567674912769",
"name": "string",
"created_at": "2023-05-04T09:42:00+00:00",
"description": "string",
"follower_count": 42,
"member_count": 42,
"owner_id": "2244994945",
"private": true
}
],
"meta": {
"result_count": 42
},
"errors": [
{
"type": "string",
"title": "string",
"detail": "string",
"status": 42
}
]
}
Response examples (200)
{
"data": [
{
"id": "1146654567674912769",
"name": "string",
"created_at": "2025-05-04T09:42:00Z",
"description": "string",
"follower_count": 42,
"member_count": 42,
"owner_id": "2244994945",
"private": true
}
],
"meta": {
"result_count": 42
},
"errors": [
{
"type": "string",
"title": "string",
"detail": "string",
"status": 42
}
]
}
Response examples (default)
{
"code": 42,
"message": "string"
}
Response examples (default)
{
"code": 42,
"message": "string"
}