v1

latestOpenAPI 3.0.0Twitter Developer Agreement and Policy2026-07-1480235216.3 KB
Bookmarks

Add Tweet to Bookmarks

Adds a Tweet (ID in the body) to the requesting User's (in the path) bookmarks

post/2/users/{id}/bookmarks

Path parameters

idstring required

Unique identifier of this User. The value must be the same as the authenticated user.

Example:2244994945

The ID of the authenticated source User for whom to add bookmarks.

Request body

tweet_idstring required

Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.

Example request

{
  "tweet_id": "1346889436626259968"
}

Response

The request has succeeded.