Deutsch
cURL
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
Stars given by the user
5
"I really loved your app"
Successful operation
Data format of Enneo success messages
Operation was successful
true