Aggregated metrics for the current filter set.
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Add parameter in cookie access_token
Example:access_token: ********************
or
Request Code Samples
curl --location --request GET 'https://mock.apidog.com/m1/1052146-0-default/locations/summary?search&status&revenue_min&revenue_max&sales_growth_min&sales_growth_max&inventory_min&inventory_max&potential_retail_min&potential_retail_max&profit_margin_min&profit_margin_max' \
--header 'Authorization: Bearer <token>'
Responses
{
"success": true,
"code": "LOGIN_OK",
"message": "Authenticated",
"data": {
"locations": 28,
"totalRevenue": 1645000000,
"inventory": 720000000,
"profitMargin": 0.29
},
"meta": {
"page": 1,
"perPage": 50,
"total": 1
}
}
Modified at 2025-10-03 12:01:01