Resello REST API Documentation

GET contact/[contact_id]

Returns a specified contact.

Resource URL

https://backoffice.hostcontrol.com/api/v1/contact/[contact_id]

Parameters

None

Example request


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
}