Skip to main content
GET
Get recent feedback

Authorizations

Authorization
string
header
required

Opaque Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Query Parameters

memberId
string
required

The unique identifier of the member whose feedback to retrieve

durationInDays
integer<int32>
required

The number of days to look back for feedback

Response

OK

Response containing a collection of recent customer feedback items.

feedbackItems
object[] | null

Collection of feedback items with their associated options.

Last modified on August 10, 2026