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
}
]
}