POST
/
2
/
tweets
/
search
/
stream
/
rules

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

dry_run
boolean

Dry Run can be used with both the add and delete action, with the expected result given, but without actually taking any action in the system (meaning the end state will always be as it was when the request was submitted). This is particularly useful to validate rule changes.

delete_all
boolean

Delete All can be used to delete all of the rules associated this client app, it should be specified with no other parameters. Once deleted, rules cannot be recovered.

Body

application/json

A request to add a user-specified stream filtering rule.

add
object[]
required

Response

200 - application/json

A response from modifying user-specified stream filtering rules.

meta
object
required
data
object[]

All user-specified stream filtering rules that were created.

errors
object[]