curl --request POST \
--url https://demo.enneo.ai/api/mind/survey/{reference}-{referenceId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"stars": 5,
"text": "I really loved your app"
}
'{
"success": true
}curl --request POST \
--url https://demo.enneo.ai/api/mind/survey/{reference}-{referenceId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"stars": 5,
"text": "I really loved your app"
}
'{
"success": true
}JWT-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
Successful operation
Data format of Enneo success messages
Operation was successful
true