GET
/
customer
/
search
curl --request GET \
  --url https://demo.enneo.ai/api/mind/customer/search
[
  {
    "id": 826907,
    "firstname": "Richard",
    "lastname": "Lohwasser",
    "address": "Hauptstraße 1, 12345 Berlin",
    "phone": 49123456789,
    "email": "richard@lohwasser.de",
    "contractIds": [
      715559
    ]
  }
]

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Query Parameters

q
string
required

The keyword to search

limit
integer
default:
100

The number of items to return

Required range: 1 < x < 1000
offset
integer
default:
0

The number of items to skip

Required range: x > 0

Response

200
application/json
Successful operation
id
integer
firstname
string
lastname
string
address
string
phone
string
email
string
contractIds
integer[]