Skip to main content
GET
/
retailers
/
api
/
v1
/
feedback
/
{offer_id}
/
summary
Get feedback summary
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
}

Authorizations

X-API-Key
string
header
required

Path Parameters

offer_id
string<uuid>
required

Unique identifier of the offer to get feedback summary for.

Response

OK

Aggregated feedback counts for an offer.

last_24h
Last 24H · object
required

Feedback counts by type in the last 24 hours.

last_7d
Last 7D · object
required

Feedback counts by type in the last 7 days.

total
integer
required

Total feedback count for this offer.