POST
/
api
/
v1
/
feedback

Body

response_id
string
required

This is the response id that you want to give feedback on. You can get this from the response of the response endpoint.

vote
string

This is the vote that you want to give. Possible values are ‘upvote’ and ‘downvote’.

message
text

This is an additional message that you can add to the feedback. One of message or vote is required.

user_id
text

A user id that you can use to identify the user that is giving feedback.

Response

feedback_id
string

This is the id of the feedback that you just created.

response_id
string

This is the id of the response that you just gave feedback on.

vote_status
string

This is the vote that you just gave. Possible responses are ‘upvoted’ and ‘downvoted’.

message
string

This is the message that you just gave.

user_id
string

This is the user id that you just gave feedback with.