Get Contact
https://api.peach-in.com/v4/getContactRequest Body
{
"contactId": "49425860-202c-11f0-91c6-472f50892278"
}{
"email": "test@example.com"
}{
"phoneNumber": "0587701234"
}Last updated
https://api.peach-in.com/v4/getContact{
"contactId": "49425860-202c-11f0-91c6-472f50892278"
}{
"email": "test@example.com"
}{
"phoneNumber": "0587701234"
}Last updated
{
"tz": "123456789"
}{
"contacts": [
{
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@example.com",
"telephone": "+972587701234",
"address": "123 Main St",
"city": "Jerusalem",
"street": "Main St",
"streetNumber": "123",
"aptNumber": "4",
"zipCode": "12345",
"contactId": "49425860-202c-11f0-91c6-472f50892278",
"groups": ["VIP", "Newsletter"],
"customProperties": {
"tzyvn": 100
}
}
]
}