Skip to main content
Glama
get_webhook_rules.md779 B
# Get Webhook Rules Source: https://docs.twitterapi.io/api-reference/endpoint/get_webhook_rules ## Endpoint - Method: `GET` - Path: `/oapi/tweet_filter/get_rules` - API URL: `https://api.twitterapi.io/oapi/tweet_filter/get_rules` ## Description Get all tweet filter rules. Rule can be used in webhook and websocket. You can also modify the rule in our web page. ## Example (curl) ```bash curl --request GET \ --url https://api.twitterapi.io/oapi/tweet_filter/get_rules \ --header 'X-API-Key: <api-key>' ``` ## Example Response ```json { "rules": [ { "rule_id": "<string>", "tag": "<string>", "value": "<string>", "interval_seconds": 123 } ], "status": "success", "msg": "<string>" } ``` _Scraped at: 2025-12-18T10:06:23.701Z_

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dorukardahan/twitterapi-io-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server