Skip to main content
POST
Create feedback

Authorizations

Authorization
string
header
required

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

Query Parameters

memberId
string
required

Unique identifier of the member

Body

The request body for creating a feedback

receiptId
string
required

The unique identifier of the receipt

Maximum string length: 50
rating
integer<int32>
required

The received rating

Required range: 1 <= x <= 10
chainId
string | null

The chain unique identifier where the purchase was made

Maximum string length: 50
chainName
string | null

The chain name where the purchase was made

Maximum string length: 50
storeId
string | null

The store unique identifier where the purchase was made

Maximum string length: 100
storeName
string | null

The store name where the purchase was made

Maximum string length: 100
options
string[] | null

The selected options when completing the feedback

message
string | null

The custom message left by the user

Maximum string length: 500
state
enum<string>
Available options:
None,
Open,
Closed

Response

OK

id
integer<int64>

The unique identifier of the feedback

thankYouMessage
string | null

Thank you messsage generated based on the configured options to display to the user

Last modified on August 10, 2026