Skip to main content
GET
/
survey
/
{id}
Render a customer survey form
curl --request GET \
  --url https://demo.enneo.ai/api/mind/survey/{id} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

id
integer
required

Customer survey id.

Response

Survey HTML

The response is of type string.