Fetch day wise redemption summary
GET/api/organizations/:organization_id/sales/summary
Returns day-by-day sales totals plus a roll-up list of organization totals, ordered by date ascending. Supplying only one of start_date / end_date applies no date filter — both are needed for the range to take effect.
Unlike the other summary endpoints this workbook is serialised as plain JSON, so the name and @entity markers are absent and the list block reports each metric as a key / value pair.
Request
Responses
200 Fetched day-wise redemption (sales) summary
Authentication failed. The bearer token is missing or invalid, or the API key and secret pair could not be verified.
The caller is authenticated but is not allowed to perform this action on this resource.
An unexpected error occurred while processing the request.