Skip to main content
GET
/
export
/
gdprPrivateData
Export GDPR private data for a customer
curl --request GET \
  --url https://demo.enneo.ai/api/mind/export/gdprPrivateData \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

JWT-based authentication

Query Parameters

contractId
string

Contract ID to export. Either contractId or customerId must be provided.

customerId
string

Customer ID to export. Either contractId or customerId must be provided.

format
enum<string>

Export format. Defaults to the backend defaultDateExportFormat setting.

Available options:
xlsx,
csv,
json

Response

Successful operation

The response is of type file.