cURL
curl --request GET \ --url https://api.example.com/vendor/statistics \ --header 'Authorization: Bearer <token>'
{ "orders": [ { "date": "<string>", "count": "<string>" } ], "customers": [ { "date": "<string>", "count": "<string>" } ] }
Retrieves store statistics.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes