# API: Get Client Contact

# getClientContact

Get Client Contact Details

# Required parameters

Parameter Description
id Contact Id

# Request

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=getClientContact&id=ID

# PHP Samples

# Response

{
    "success": true,
    "client": {
        "id": "46",
        "group_id": "0",
        "email": "[email protected]",
        "password": "$2a$08$ESyOy5UAwY8DVLNAynaYj.zIdSh2OpVV\/IacmfbUo65niqum2Gnum",
        "lastlogin": "0000-00-00 00:00:00",
        "ip": "192.168.56.1",
        "host": "192.168.56.1",
        "status": "Active",
        "loginattempts": "0",
        "mfamodule": "0",
        "brand_id": "1",
        "browser": [],
        "parent_id": "1",
        "firstname": "dfsdfsdf",
        "lastname": "cvbcvbfdg",
        "companyname": "",
        "address1": "cvbcvbdfg",
        "address2": "cvbdfg",
        "city": "cvbcvbcvbfdg",
        "state": "cvbdfgdfdfgdfg",
        "postcode": "23-232",
        "country": "US",
        "phonenumber": "",
        "datecreated": "2023-10-09",
        "notes": "0",
        "language": "english",
        "company": "0",
        "credit": "0.00",
        "taxexempt": "0",
        "latefeeoveride": 0,
        "overideautosusp": "0",
        "taxrateoverride": "0",
        "taxrate": "0",
        "cardtype": "Visa",
        "cardnum": "",
        "expdate": "",
        "overideduenotices": false,
        "disableemails": "0",
        "client_id": "46",
        "currency_id": "2",
        "affiliate_id": "",
        "group_name": "None",
        "group_color": "#000000",
        "billing_contact_id": "0",
        "cardcreated": "",
        "cardupdated": "",
        "mobilephone": "",
        "brand": "Default",
        "contactnote": "",
        "countryname": "United States",
        "assigned_affiliate": false
    },
    "call": "getClientContact",
    "server_time": 1713257736
}
Last Updated: 4/22/2024, 2:39:05 PM