--- title: 'Twitter (X)' description: 'Post tweets, search, manage users and followers via the Twitter/X API v2.' --- # Twitter (X) Post tweets, search, manage users and followers via the Twitter/X API v2. | Detail | Value | |---|---| | Category | Social Media | | Base URL | `https://api.twitter.com/2` | | Authentication | OAuth2 | | Endpoints | 6 | | Connector key | `twitter` | ## Using Twitter (X) in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Twitter (X)** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [POST /tweets](./post_tweets_social_createtweet) | Create a tweet | | [GET /tweets/{tweetId}](./get_tweets_tweetid_social_gettweet) | Get a tweet | | [GET /tweets/search/recent](./get_tweets_search_recent_social_searchtweets) | Search recent tweets | | [GET /users/me](./get_users_me_social_getme) | Get authenticated user | | [GET /users/{userId}/tweets](./get_users_userid_tweets_social_getusertweets) | Get user tweets | | [GET /users/{userId}/followers](./get_users_userid_followers_social_getfollowers) | Get followers | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.