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
}
Cookie-based authentication
The reference code of a survey that was provided by an API endpoint, e.g. a reply
The ID of the referenced entity
The survey response
The body is of type object
.
Successful operation
Data format of Enneo success messages
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
}