Tracked Account Management

Tracked account management documentation for adding, removing, and operating monitored X/Twitter accounts in TweetStream.

Direct answer

Tracked account management lets teams maintain the selected accounts that power TweetStream alerts through the dashboard or authenticated REST endpoints.

Add and remove accounts

Use the dashboard to add or remove handles during setup. API clients can call POST /api/add-account and DELETE /api/remove-account with bearer auth once an API key exists.

Propagation behavior

Account changes can take a short propagation window while upstream tracking state syncs. Keep retries idempotent and show pending state in internal tools.

Dashboard vs REST

Dashboard management is best for onboarding and trial setup. REST management is best when your own system controls watchlists programmatically.

  • Use dashboard setup for first watchlists
  • Use REST for automated account rotation
  • Use plan limits to prevent over-enrollment

Questions

Start real-time Twitter WebSocket alerts today

WebSocket delivery, OCR, and token detection - no infrastructure to build.

Start 3-Day Trial

From $199/mo · Basic/Elite 3-day trial · OCR + token detection included

Related Pages