Orders Statistics API
Last updated
Last updated
The Orders/Statistics/Plaques API allows you to retrieve information about plaques sold within a specific time range. This API is accessible via a GET request and requires the from
and to
parameters to specify the date range.
GET
https://api.stagemeta.dev/orders/statistics/plaques
Name | Type | Description |
---|---|---|
from
String
The start date of the time range to retrieve plaques from (YYYY-MM-DD)
to
String
The end date of the time range to retrieve plaques from (YYYY-MM-DD)