GET
/
partner
/
{id}
curl --request GET \
  --url https://demo.enneo.ai/api/mind/partner/{id}
{
  "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

Path Parameters

id
integer
required

Response

200
application/json
Successful operation

The response is of type object.