{
"orders": [
{
"date": "<string>",
"count": "<string>"
}
],
"customers": [
{
"date": "<string>",
"count": "<string>"
}
]
}
Retrieves store statistics.
{
"orders": [
{
"date": "<string>",
"count": "<string>"
}
],
"customers": [
{
"date": "<string>",
"count": "<string>"
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object
.