Returns a specified contact.
https://backoffice.hostcontrol.com/api/v1/contact/[contact_id]
None
GET https://backoffice.hostcontrol.com/api/v1/contact/5
Result
{
"result": {
"city": "Example City",
"fax": null,
"voice": "",
"updated": "2013-10-16T08:50:43.886939+00:00",
"name": "Example Customer",
"created": "2013-10-16T08:50:43.886916+00:00",
"gender": "male",
"organisation": null,
"extra": {},
"zipcode": "1234AB",
"email": "info@resello.com",
"state": "Groningen",
"address": "Street 1",
"domains": [],
"vat_number": null,
"country": {
"code": "NL",
"name": "Netherlands"
},
"type": "primary",
"id": 5
},
"success": true
}