Request headers

Only registered user can perform this action
  Authentication - string - required
    Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"

Success response body

{
  "accounts": [
    {
      "icon_url": "https://pbs.twimg.com/profile_images/1590968738358079488/IY9Gx6Ok_normal.jpg",
      "screen_name": "elonmusk",
      "name": "Elon Musk"
    },
    {
      "icon_url": "https://pbs.twimg.com/profile_images/1561717677600686083/Dm80jwOp_normal.jpg",
      "screen_name": "MattWallace888",
      "name": "Matt Wallace"
    },
    {
      "icon_url": "https://pbs.twimg.com/profile_images/1595223996249026560/CwdKYgll_normal.jpg",
      "screen_name": "NFPICT",
      "name": "Stop Bigots and Fascists like @elonmusk"
    }...
  ],
  "error": false
}

Params

Param name Description
search_query
required

Twitter user name

Validations:

  • Must be a String

twitter_account_ids
optional

Selected for publish twitter account IDs

Validations:

  • Must be an array of Integer