Skip to main content
POST
Enable auto retweet on queued posts in bulk

Authorizations

Authorization
string
header
required

A SuperX API key ("sxk_..."), created in the SuperX app under Account > API / MCP / CLI. Keys are server-side secrets.

Body

application/json
ids
string[]
required

Post ids (from GET /v1/scheduled-posts). Repeated ids are deduplicated.

Required array length: 1 - 100 elements
auto_retweet
object
required

The auto retweet to apply to every listed post.

account_id
string

Any account you own. An account shared with you returns 403 writes_main_account_only.

Response

How many posts were changed, skipped and failed.

data
object