GET
/
oapi
/
tweet_filter
/
get_rules
curl --request GET \
  --url https://api.twitterapi.io/oapi/tweet_filter/get_rules \
  --header 'X-API-Key: <api-key>'
{
  "rules": [
    {
      "rule_id": "<string>",
      "tag": "<string>",
      "value": "<string>",
      "interval_seconds": 123
    }
  ],
  "status": "success",
  "msg": "<string>"
}

Authorizations

X-API-Key
string
header
required

Response

200
application/json

Tweet filter rules response

The response is of type object.