---
title: "Bookmark a tweet"
method: POST
path: "/v1/twitter/bookmark"
tags: ["Twitter Engagement"]
---

# Bookmark a tweet

`POST /v1/twitter/bookmark`

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

## Request body

- object
  - `accountId` string, required — The social account ID
  - `tweetId` string, required — The ID of the tweet to bookmark

## Response `200`

Tweet bookmarked

- object
  - `status` string
  - `tweetId` string
  - `bookmarked` boolean
  - `platform` string

## Other responses

- `400` — Bad request or platform limitation
- `401` — Unauthorized
- `403` — X rejected the request (e.g. suspended account, missing OAuth scope)
- `404` — Account not found

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/versions/51932b099b2f/schema)
