Get X bookmarks

Fetch bookmarked posts for a connected X account.

← All X / Twitter endpoints · Capability overview

GET/v1/x-twitter/bookmarks

https://api.vee3.io/v1/x-twitter/bookmarks

25 tokens

Fetch bookmarked posts for a connected X account.

Authorization

Send your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

MCP

The same capability is available as an MCP tool on Vee3 hosted MCP.

Tool name

x-twitter.get_bookmarks
Parameters4 fields
user_idstringOptional

Numeric X user id from x-twitter.connected_accounts. Pass user_id or user_name to target a specific account, not both. Omit both to use the default account.

user_namestringOptional

X handle from x-twitter.connected_accounts, with or without a leading @. Pass user_id or user_name to target a specific account, not both. Omit both to use the default account.

limitintegerOptional

Maximum number of bookmarks to return (default 20, max 100).

Default: 20 · min 1, max 100

cursorstringOptional

Pagination cursor from a previous response next_cursor field.

max length 4096

Response12 fields
dataarrayitems
4 fields

Bookmarked posts returned by the X API.

idstring

Numeric post id.

author_idstring

Numeric author user id.

textstring

Post text.

created_atstring

Post creation timestamp.

includesobject
4 fields

Expanded users, media, polls, places, and referenced posts.

usersarrayitems
3 fields

Expanded user objects.

idstring

Numeric user id.

usernamestring

X handle.

verifiedboolean

Whether the user is verified.

result_countinteger

Number of bookmarks in this page.

next_cursorstring

Cursor for the next page of bookmarks, when available.

HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, x_connection_required, x_connection_not_found, x_connection_refresh_failed, x_connection_scopes_insufficient, x_twitter_write_unauthorized, x_twitter_write_rate_limited, x_twitter_write_upstream_error