# Homepage

Products - Homepage

 - [POST /home/key-metrics](https://docs.uberall.com/apis/swagger/homepage/get_key_metrics_homepage.md): Fetches aggregated key metrics for the authenticated user based on the provided location filters.
 - [GET /home/key-metrics/configuration](https://docs.uberall.com/apis/swagger/homepage/get_configuration_homepage.md): Retrieves the current key metrics configuration for the authenticated user.
 - [PUT /home/key-metrics/configuration](https://docs.uberall.com/apis/swagger/homepage/update_configuration_homepage.md): Replaces the key metrics configuration for the authenticated user with the provided settings.
 - [GET /home/locations/ranks](https://docs.uberall.com/apis/swagger/homepage/get_locations_ranking_homepage.md): Retrieves a paginated ranking of locations based on their scores, using query parameters for filter criteria.
 - [POST /home/locations/ranks](https://docs.uberall.com/apis/swagger/homepage/post_get_locations_ranking_homepage.md): Retrieves a paginated ranking of locations based on their scores, using a POST body for filter criteria.
 - [GET /home/locations/score](https://docs.uberall.com/apis/swagger/homepage/get_locations_score_homepage.md): Retrieves aggregated location scores using filter criteria provided as query parameters.
 - [POST /home/locations/score](https://docs.uberall.com/apis/swagger/homepage/post_get_locations_score_homepage.md): Retrieves aggregated location scores using filter criteria provided in the request body.
 - [POST /home/locations/score/history](https://docs.uberall.com/apis/swagger/homepage/get_score_history_homepage.md): Retrieves LPS values from the nightly score snapshots for the requested dates, averaged over the matched locations or broken down per location.
 - [GET /home/suggestions](https://docs.uberall.com/apis/swagger/homepage/get_suggestions_homepage.md): Retrieves a paginated list of suggestions for the user, using query parameters for location filter criteria.
 - [POST /home/suggestions](https://docs.uberall.com/apis/swagger/homepage/post_get_suggestions_homepage.md): Retrieves a paginated list of suggestions for the user, using a POST body for location filter criteria.
 - [POST /home/suggestions/dismiss](https://docs.uberall.com/apis/swagger/homepage/dismiss_suggestion_homepage.md): Dismisses a suggestion of the given type for the authenticated user so it is no longer shown.
 - [GET /home/tasks](https://docs.uberall.com/apis/swagger/homepage/get_tasks_homepage.md): Retrieves paginated tasks for the authenticated user using query parameters for location filter criteria.
 - [POST /home/tasks](https://docs.uberall.com/apis/swagger/homepage/post_get_tasks_homepage.md): Retrieves paginated tasks for the authenticated user using a POST body for location filter criteria.
 - [POST /home/tasks/dismiss](https://docs.uberall.com/apis/swagger/homepage/dismiss_task_homepage.md): Marks a task as dismissed for the given user, optionally scoped to a specific location and directory.
 - [DELETE /home/tasks/dismiss](https://docs.uberall.com/apis/swagger/homepage/undo_dismiss_task_homepage.md): Reverts a previously dismissed task for the given user, optionally scoped to a specific location and directory.
 - [GET /home/tasks/locations](https://docs.uberall.com/apis/swagger/homepage/get_task_location_ids_homepage.md): Returns all location IDs that have the specified task type, using query parameters for location filter criteria.
 - [POST /home/tasks/locations](https://docs.uberall.com/apis/swagger/homepage/post_get_task_location_ids_homepage.md): Returns all location IDs that have the specified task type, using a POST body for location filter criteria.
