All APIs6 shown
Twitter APIVerified
Post & Actions
OAuth-gated X/Twitter posting, follow, unfollow, like, and unlike actions.
twitter apitwitteroauthpostactions
Endpoints
POST
Link an X/Twitter account
/apis/v1/twitter/auth_twitterStart the OAuth flow required before write actions.
POST
Post or edit a tweet
/apis/v1/twitter/post_twitterPublish a new tweet or edit an existing tweet through the authenticated source user.
POST
Like a tweet
/apis/v1/twitter/like_twitterLike a tweet on behalf of the authenticated source user.
POST
Unlike a tweet
/apis/v1/twitter/unlike_twitterRemove the source user's like from a tweet.
POST
Follow a user on X/Twitter
/apis/v1/twitter/follow_twitterFollow a target user with the linked source account.
POST
Unfollow a user on X/Twitter
/apis/v1/twitter/unfollow_twitterUnfollow a target user with the linked source account.