POST
/
v1
/
feedback
curl --request POST \
  --url https://api.valyu.network/v1/feedback \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "tx_id": "<string>",
  "feedback": "<string>",
  "sentiment": "very good"
}'
{
  "success": true,
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
Feedback details

The body is of type object.

Response

200
application/json
Feedback successfully submitted

The response is of type object.