v1
latestOpenAPI 3.0.02026-07-2673188210.8 KBhost
Get member
get/api/v2/host/members/{memberId}
Path parameters
memberIdnumber required
Response
Example response
{
"id": 5,
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@mail.example.com",
"phoneNumber": "1234567890",
"pictureUrl": "https://example.com/picture.jpg",
"firstSeen": "2021-01-01T00:00:00Z",
"lastSeen": "2021-01-01T00:00:00Z",
"customerFields": [
{
"id": 5,
"label": "Date of Birth",
"type": "date-of-birth",
"value": "1990-01-01"
}
],
"customerTags": [
{
"id": 1,
"name": "VIP",
"badgeLabel": "VIP",
"badgeColor": "#fe0000",
"corporateTagId": 1
}
]
}