Twitter Engagement
Remove bookmark
Remove a bookmark from a tweet.
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Query Parameters
accountId*string
tweetId*string
The ID of the tweet to unbookmark
Response Body
application/json
application/json
{ "status": "string", "tweetId": "string", "bookmarked": true, "platform": "string"}Was this page helpful?
Follow a user
Follow a user on X. Requires the follows.write OAuth scope. For protected accounts, a follow request is sent instead (pending_follow will be true).
Retweet a post
Retweet (repost) a tweet by ID. Rate limit: 50 requests per 15-min window. Shares the 300/3hr creation limit with tweet creation.