Twitter Post API Test


How to Test Twitter API in Postman

  1. Open Postman.
  2. Create a new POST request.
  3. Enter the API endpoint: https://x.suhail.app/tweet.
  4. Select the Body tab, choose raw, and select JSON format.
  5. Paste the following JSON payload:
    {
      "appKey": "YOUR_APP_KEY",
      "appSecret": "YOUR_APP_SECRET",
      "accessToken": "YOUR_ACCESS_TOKEN",
      "accessSecret": "YOUR_ACCESS_SECRET",
      "tweetText": "Your Tweet Text"
    }
                
  6. Click Send and check the response.