{{baseUrl}}/contact/:phone
GET {{baseUrl}}/contact/:phone
Restituisce i dettagli di un contatto a partire dal numero di telefono
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"name":"Giuseppe","last_name":"Rossio","email":"","phone":"3923456789","birthday_date":"","sex":null,"company_name":"","address":"","zip_code":"","city":"","region":"","custom_field1":"","custom_field2":"","custom_field3":"","custom_field4":"","last_reading_date":null,"last_iteration_date":null,"last_click_date":null,"addressbooks":["Default","test","rubrica prova lista"]},"code":200}