Zum Hauptinhalt springen
POST
/
survey
/
{id}
Submit a customer survey
curl --request POST \
  --url https://demo.enneo.ai/api/mind/survey/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "stars": 5,
  "text": "Great service"
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

id
integer
erforderlich

Customer survey id.

Body

application/json
stars
integer
Beispiel:

5

text
string
Beispiel:

"Great service"

Antwort

Submitted

Data format of Enneo success messages

success
boolean

Operation was successful

Beispiel:

true