GET
/
vendor
/
statistics
{
  "orders": [
    {
      "date": "<string>",
      "count": "<string>"
    }
  ],
  "customers": [
    {
      "date": "<string>",
      "count": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

time_from
string
time_to
string

Response

200 - application/json

OK

The response is of type object.