Feedback
System
Feedback
Submit, list, and summarize feedback for Compose targets.
POST
Feedback
Feedback can be anonymous, tied to a wallet session header, or tied to a Compose Key when the bearer token is valid.
Routes
Request body
string
required
Feedback target type. Must match one of the target types accepted by the API validator.
string
required
Target identifier.
number
Numeric rating when the selected target accepts ratings.
string
Free-form feedback text.
Query parameters
string
required
Required by
GET /v1/feedback and GET /v1/feedback/summary.string
required
Required by
GET /v1/feedback and GET /v1/feedback/summary.number
Maximum feedback records to return. Clamped to
1..100; default is 50.number
Maximum recent records included in the summary. Clamped to
1..100; default is 10.Headers
string
Optional
Bearer compose-...; valid keys attach the reviewer wallet to the feedback.string
Optional wallet address fallback when no Compose Key is present.
number
Optional chain ID paired with
x-session-user-address.