POST
/
session
/
{session_id}
/
feedback
Authorization
Path
Body
curl --request POST \
  --url https://api.honeyhive.ai/session/{session_id}/feedback \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "event_id": "<string>",
  "feedback": {}
}'
{
  "id": "<string>",
  "success": true
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

session_id
string
required

Body

application/json
event_id
string

The ID of the specific event to provide feedback for

feedback
object

The feedback for the session

Response

200 - application/json
id
string

The ID of the created object

success
boolean

Indicates whether the request was successful