POST
/
survey
/
{reference}
-
{referenceId}
curl --request POST \
  --url https://demo.enneo.ai/api/mind/survey/{reference}-{referenceId} \
  --header 'Content-Type: application/json' \
  --data '{
  "stars": 5,
  "text": "I really loved your app"
}'
{
  "success": true
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Path Parameters

reference
string
required

The reference code of a survey that was provided by an API endpoint, e.g. a reply

referenceId
integer
required

The ID of the referenced entity

Body

application/json
The survey response
stars
integer

Stars given by the user

text
string

Response

200
application/json
Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful