cURL
curl --request GET \ --url http://localhost:8080/api/v1/analytics/vendor-usage \ --header 'Authorization: <api-key>'
{ "data": [ 123 ], "labels": [ "<string>" ] }
Get the usage statistics for a specific vendor over time
Start date (YYYY-MM-DD)
End date (YYYY-MM-DD)
Vendor Name
OK
Was this page helpful?