v1

latestOpenAPI 3.0.1Licensed under Uberall2026-08-0629353914.0 MB
Homepage

Get key metrics configuration

Retrieves the current key metrics configuration for the authenticated user.

get/home/key-metrics/configuration

Response

Configuration retrieved successfully

Example response

{
  "metrics": [
    {
      "metricType": "GOOGLE_SEARCHES",
      "selectedTimePeriod": "LAST_30_DAYS",
      "isVisible": true
    }
  ]
}