GET
/
partner
/
list
curl --request GET \
  --url https://demo.enneo.ai/api/mind/partner/list
[
  {
    "id": 1,
    "email": "mia.jones@gmail.com",
    "lastUsage": "2022-12-13 22:18:06",
    "zip": "10409",
    "city": "Berlin",
    "phone": "+4915324567843",
    "tagIds": {},
    "address": null,
    "company": null,
    "country": "Germany",
    "business": false,
    "lastname": "Jones",
    "firstname": "Mia",
    "serviceId": "5353543",
    "link": null,
    "salutation": null,
    "contractIds": {},
    "emailMatches": null,
    "description": null,
    "additionalData": null,
    "billingAddress": null,
    "deliveryAddress": null
  }
]

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Query Parameters

q
string

The search query to filter by.

limit
integer
default:30

Maximum number of records to return

offset
integer
default:0

Number of records to skip

Response

200
application/json
Successful operation

The response is of type object[].