cURL
curl --request GET \ --url https://www.closient.com/retailers/api/v1/feedback/{offer_id}/summary \ --header 'X-API-Key: <api-key>'
{ "last_24h": {}, "last_7d": {}, "total": 123 }
Get aggregated feedback counts for an offer.
Unique identifier of the offer to get feedback summary for.
OK
Aggregated feedback counts for an offer.
Feedback counts by type in the last 24 hours.
Feedback counts by type in the last 7 days.
Total feedback count for this offer.