Skip to main content
GET
/
oapi
/
x_user_stream
/
get_user_to_monitor_tweet
cURL
curl --request GET \
  --url https://api.twitterapi.io/oapi/x_user_stream/get_user_to_monitor_tweet \
  --header 'X-API-Key: <api-key>'
{
  "status": "success",
  "msg": "<string>",
  "data": [
    {
      "id_for_user": "<string>",
      "x_user_id": 123,
      "x_user_name": "<string>",
      "x_user_screen_name": "<string>",
      "is_monitor_tweet": 123,
      "is_monitor_profile": 123,
      "monitor_tweet_config_status": 123,
      "monitor_profile_config_status": 123,
      "created_at": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Response

List of monitored users

status
enum<string>
required

Status of the request.success or error

Available options:
success,
error
msg
string
required

Message of the request

data
object[]

List of monitored users