Skip to main content
POST
Send feedback on a conversation message

Authorizations

Authorization
string
header
required

Machine-to-machine clients use the OAuth 2.0 client credentials grant. Each tenant has its own authorization server: in the token URL below, replace tenant with your tenant identifier.

Headers

tenant
string
required

Your tenant identifier. Requests without it are rejected.

Path Parameters

conversationId
string
required
messageId
string
required

Body

application/json
comment
string
rating
enum<number>

0 = negative, 1 = positive. Defaults to 0.

Available options:
0,
1

Response

feedbackId
string
required