Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Request Code Samples
curl --location --request GET 'https://mock.apidog.com/m1/1052146-0-default/expenses/summary?date_from&date_to&location&expenseCategory&status' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"success": true,
"code": "LOGIN_OK",
"message": "Authenticated",
"data": {
"totalExpenses": 3450000,
"count": 128
},
"meta": {
"page": 1,
"perPage": 50,
"total": 1
}
}
Modified at 2025-10-06 16:13:41