Tweets
Get bookmarked tweets
get/x/bookmarks
Query parameters
folderIdstring
Optional bookmark folder ID
cursorstring
Example:folders_value
Pagination cursor for bookmarks
Response
List of bookmarked tweets
Example response
{
"tweets": [
{
"id": "1234567890",
"text": "Just launched our new feature!"
}
],
"has_next_page": true,
"next_cursor": "DAACCgACGRElMJcAAA"
}