Get all live updates for the authenticated user’s team. Supports filtering and pagination for efficient data retrieval.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter updates by specific phone number/location
Filter updates by type
announcement, wait_time, flash_sale, closure, schedule_change Filter updates by current status
scheduled, active, expired, cancelled If true, only return currently active updates
If true, include both active and scheduled updates while excluding expired ones
Number of items per page for pagination
1 <= x <= 100