1. Home
  2. Changelog

Feature Release: Favorite Sites 

We have introduced a “Favorites” system to the dashboard to assist in managing high-volume site portfolios. This update allows for persistent site pinning and improved filtering via both the UI and the API.

Updates & Navigation

  • Favoriting Logic: You can now toggle a star icon on any site within the Sites listing. This state is saved per user profile.
  • Priority Sorting: Favorited sites are now prioritized and pinned to the top of the default site list view.
  • Dashboard Filtering: Added a Favorites only filter toggle to the site listing.
  • API Extension: Updated the /v1/sites endpoint to support the favorites_only boolean parameter.

Technical Reference for API Users

To retrieve only starred sites via the API, use the following request: GET /v1/sites?favorites_only=true

How to Get Started 

Visit your Sites index page and click the star icon next to any site name to pin it to the top of your list.

For more information on dashboard organization, please visit our Knowledge Base.