Path Parameters
The unique monitor ID.
Headers
Your API key. Session cookie authentication is also supported. Generate a key from the dashboard.
Must be
application/json.Body
At least 1 field is required.Updated array of event types. Must contain at least 1 valid type:
tweet.new, tweet.quote, tweet.reply, tweet.retweet.Set to
false to pause monitoring, or true to resume. Toggling this automatically registers or unregisters the account with the real-time stream.Response
- 200 OK
- 400 Invalid Input
- 401 Unauthenticated
- 404 Not Found
Toggling
isActive automatically registers or unregisters the X account with the real-time stream. When paused (isActive: false), no events are captured and no webhook deliveries are sent for this monitor.Related: Get Monitor to verify the updated state, or Delete Monitor to remove the monitor entirely.