{{baseUrl}}/contact/:handle
GET {{baseUrl}}/contact/:handle
This method allows you to see the single contact related to the parameter passed in the path
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": {
"status": [
"ok",
"linked"
],
"handle": "LS7743",
"name": "Lxxa Sxxxxi",
"org": "Altravia srl",
"street": "Via A. Millevoi 683",
"street2": "",
"street3": "",
"city": "Roma",
"province": "RM",
"postalcode": "00178",
"countrycode": "IT",
"voice": "xxxxxxxx",
"fax": "xxxxxxx",
"email": "domini@altravia.com",
"authinfo": "",
"consentforpublishing": 1,
"nationalitycode": "",
"entitytype": 0,
"regcode": "",
"schoolcode": "",
"owner": "api@altravia.com",
"timestamp": 1563193303
},
"success": true,
"message": "",
"error": null
} |
ENDPOINTS