OpenAPI 3.1.02026-08-125531782.1 MB

5bcceb4c15ba

Twitter Engagement

Bookmark a tweet

Bookmark a tweet by ID. Requires the bookmark.write OAuth scope. Rate limit: 50 requests per 15-min window.

post/v1/twitter/bookmark

Request body

accountIdstring required

The social account ID

tweetIdstring required

The ID of the tweet to bookmark

Response

Tweet bookmarked

statusstring
tweetIdstring
bookmarkedboolean
platformstring

Example response

{
  "status": "success",
  "platform": "twitter"
}