Outlets summary
Developing
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/outlets/summary?search&type&status&products_min&products_max&stock_value_min&stock_value_max&retail_value_min&retail_value_max&growth_min&growth_max' \
--header 'Authorization: Bearer <token>'
Responses
{
"success": true,
"code": "LOGIN_OK",
"message": "Authenticated",
"data": {
"outlets": 17,
"salesOutlet": 12,
"warehouse": 5
},
"meta": {
"page": 1,
"perPage": 50,
"total": 1
}
}
Modified at 2025-10-03 10:46:03