Tweets
Get bookmarked tweets
get/x/bookmarks
Query parameters
folderIdstring
Optional bookmark folder ID
cursorstring
Example:DAACCgACGRElMJcAAA
Pagination cursor for bookmarks
Response
List of bookmarked tweets
Example response
{
"tweets": [
{
"id": "1234567890",
"text": "Just launched our new feature!",
"retweetCount": 5,
"replyCount": 3,
"likeCount": 42,
"quoteCount": 1,
"viewCount": 1500,
"bookmarkCount": 2
}
],
"has_next_page": true,
"next_cursor": "DAACCgACGRElMJcAAA"
}