List booking sessions within a date range, optionally filtered by status. Booking sessions represent user interactions with the online booking flow.
status query parameter to filter sessions:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The location id of the practice
Start of the date range for filtering sessions by updated_at. ISO 8601 format.
End of the date range for filtering sessions by updated_at. If not provided, the current date will be used.
Filter sessions by status. 'active' = in progress, 'completed' = resulted in an appointment, 'abandoned' = expired without booking.
active, completed, abandoned Page number (0-based)
Number of results per page