English
cURL
curl --request GET \ --url https://demo.enneo.ai/api/mind/customer/search \ --header 'Authorization: Bearer <token>'
[ { "id": 826907, "firstname": "Richard", "lastname": "Lohwasser", "address": "Hauptstraße 1, 12345 Berlin", "phone": 49123456789, "email": "[email protected]", "contractIds": [ "715559" ] } ]
Search a customer by firstname, lastname contractId
JWT-based authentication
The keyword to search
The number of items to return
1 <= x <= 1000
The number of items to skip
x >= 0
Successful operation