Change event types or toggle active status for a monitor
Documentation Index
Fetch the complete documentation index at: https://docs.xquik.com/llms.txt
Use this file to discover all available pages before exploring further.
monitor_id, event_types, is_active,
next_billing_at, verify_endpoint, and events_endpoint before resuming
alerts or webhook checks.
application/json.tweet.new, tweet.quote, tweet.reply, tweet.retweet,
tweet.media, tweet.link, tweet.poll, tweet.mention,
tweet.hashtag, tweet.longform, profile.avatar.changed,
profile.banner.changed, profile.name.changed,
profile.username.changed, profile.bio.changed,
profile.location.changed, profile.url.changed,
profile.verified.changed, profile.protected.changed,
profile.pinned_tweet.changed, profile.unavailable.changed.false to pause monitoring, or true to resume. Paused account
monitors do not consume hourly monitor credits.id, username, xUserId, eventTypes, isActive,
createdAt, and nextBillingAt as the current account monitor
configuration.eventTypes replaces the current filter. Keep webhook subscriptions aligned
with the monitor event types you expect to deliver.isActive: false pauses future account checks, stored events, future webhook
deliveries, and hourly monitor billing for this monitor.isActive: true resumes checks for matching future account activity. Check
nextBillingAt, then run Test Webhook
before relying on production alerts.username or xUserId. Delete this monitor and create
a new account monitor when the tracked account changes.monitorId and username from
List Events to reconcile stored events and
signed webhook payloads after the update.isActive: false pauses future checks, stored events, webhook deliveries, and
hourly monitor billing for this monitor. isActive: true resumes future
checks with the returned eventTypes.