Skip to main content
GET
/
partner
/
list
Get all partner
curl --request GET \
  --url https://demo.enneo.ai/api/mind/partner/list \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 1,
    "email": "[email protected]",
    "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

Authorization
string
header
required

Query Parameters

q
string
limit
integer
default:30
offset
integer
default:0

Response

id
integer
required
Example:
business
boolean
required
Example:
email
string
Example:
lastUsage
string<date-time> | null
Example:
zip
string | null
Example:
city
string | null
Example:
phone
string | null
Example:
tagIds
integer[]
Example:
address
string | null
Example:
company
string | null
Example:
country
string | null
Example:
lastname
string | null
Example:
firstname
string | null
Example:
serviceId
string | null
Example:
Example:
salutation
string | null
Example:
contractIds
integer[]
Example:
emailMatches
string[] | null
Example:
description
string | null
Example:
additionalData
string | null
Example:
billingAddress
string | null
Example:
deliveryAddress
string | null
Example: