twitter engagement
Bookmark a tweet
Bookmark a tweet by ID. Requires the bookmark.write OAuth scope. Rate limit: 50 requests per 15-min window.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
accountIdstring
The social account ID
tweetIdstring
The ID of the tweet to bookmark
Response Body
application/json
application/json
curl -X POST "https://getlate.dev/api/v1/twitter/bookmark" \ -H "Content-Type: application/json" \ -d '{ "accountId": "string", "tweetId": "string" }'{
"status": "success",
"tweetId": "string",
"bookmarked": true,
"platform": "twitter"
}Empty
{
"error": "Unauthorized"
}Empty
Check IG hashtag bans POST
Check if Instagram hashtags are banned, restricted, or safe to use. Rate limits: Build (50/day), Accelerate (500/day), Unlimited (unlimited).
Follow a user POST
Follow a user on X/Twitter. Requires the follows.write OAuth scope. For protected accounts, a follow request is sent instead (pending_follow will be true).