cURL
curl --request POST \ --url https://api.twitterapi.io/oapi/x_user_stream/add_user_to_monitor_tweet \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "x_user_name": "<string>" }'
{ "status": "success", "msg": "<string>" }
Add a user to monitor tweet. You can get the user_id from /twitter/user_login_v2.Trial operation price: $0.003 per call.
Tweet filter rule add response
The response is of type object.
object