Tweets

Get bookmarked tweets

Returns bookmarks from the connected X account.

get/api/v1/x/bookmarks

Query parameters

folderIdstring

Optional bookmark folder ID

cursorstring
Example:DAACCgACGRElMJcAAA

Pagination cursor for bookmarks

Response

List of bookmarked tweets

filtered_countinteger
has_next_pageboolean required
next_cursorstring required

Example response

{
  "tweets": [],
  "has_next_page": false,
  "next_cursor": ""
}