Logo
Openapi.it Public API Documentation

{{baseUrl}}/contact/:phone

GET {{baseUrl}}/contact/:phone

Restituisce i dettagli di un contatto a partire dal numero di telefono

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

"{\n \"success\": true,\n \"data\": {\n \"name\": \"Giuseppe\",\n \"last_name\": \"Rossio\",\n \"email\": \"\",\n \"phone\": \"3923456789\",\n \"birthday_date\": \"\",\n \"sex\": null,\n \"company_name\": \"\",\n \"address\": \"\",\n \"zip_code\": \"\",\n \"city\": \"\",\n \"region\": \"\",\n \"custom_field1\": \"\",\n \"custom_field2\": \"\",\n \"custom_field3\": \"\",\n \"custom_field4\": \"\",\n \"last_reading_date\": null,\n \"last_iteration_date\": null,\n \"last_click_date\": null,\n \"addressbooks\": [\n \"Default\",\n \"test\",\n \"rubrica prova lista\"\n ]\n },\n \"code\": 200\n}"



Curl
curl -X GET 'baseUrl/contact/:phone' -H 'Accept: application/json'

ENDPOINTS