Repost X post
Repost a post for a connected X account.
← All X / Twitter endpoints · Capability overview
/v1/x-twitter/repostshttps://api.vee3.io/v1/x-twitter/reposts
Repost a post for a connected X account.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
x-twitter.repost_postParameters3 fields
user_idstringOptionalNumeric X user id from x-twitter.connected_accounts. Pass user_id or user_name to target a specific account, not both. Omit both to use the default account.
user_namestringOptionalX handle from x-twitter.connected_accounts, with or without a leading @. Pass user_id or user_name to target a specific account, not both. Omit both to use the default account.
post_idstringRequiredNumeric id of the post to repost.
Response4 fields
post_idstringNumeric id of the reposted post.
retweetedbooleanWhether the post was reposted.
user_idstringNumeric X user id of the connected account.
user_namestringX handle of the connected account.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, x_connection_required, x_connection_not_found, x_connection_refresh_failed, x_connection_scopes_insufficient, x_twitter_write_unauthorized, x_twitter_write_rate_limited, x_twitter_write_upstream_error