---
title: "Retweet a post"
method: POST
path: "/v1/twitter/retweet"
tags: ["Twitter Engagement"]
---

# Retweet a post

`POST /v1/twitter/retweet`

Retweet (repost) a tweet by ID.
Rate limit: 50 requests per 15-min window. Shares the 300/3hr creation limit with tweet creation.

## Request body

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

## Response `200`

Tweet retweeted

- object
  - `status` string
  - `tweetId` string
  - `retweeted` 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)
