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
id
integer
required

The unique identifier of the partner

business
boolean
required

Whether the partner is a business entity

email
string

The email of the partner

lastUsage
string | null

The last usage of the partner

zip
string | null

The postal code of the partner's address

city
string | null

The city of the partner's address

phone
string | null

The partner's phone number

tagIds
integer[]

A list of tag IDs associated with the partner

address
string | null

The street and house number of the partner's address

company
string | null

The name of the company the partner is associated with, if any

country
string | null

The country of the partner

lastname
string | null

The partner's last name

firstname
string | null

The partner's first name

serviceId
string | null

The service ID of the partner

The link of the partner

salutation
string | null

The salutation (e.g., Mr., Mrs.) of the partner

contractIds
integer[]

A list of contract IDs associated with the partner

emailMatches
string[] | null

Possible email matches associated with the partner

description
string | null

The description of the partner

additionalData
string | null

Any additional data related to the partner

billingAddress
string | null

The partner's billing address

deliveryAddress
string | null

The partner's delivery address