Empty body, invalid eventTypes values, or invalid isActive type.
{ "error": "invalid_id", "message": "Invalid monitor ID format" }
The provided monitor ID is not a valid format.
{ "error": "unauthenticated", "message": "Missing or invalid API key" }
Missing or invalid API key.
{ "error": "not_found", "message": "Monitor not found" }
No monitor exists with this ID, or it belongs to a different account.
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.