# API: Get domain contacts

# domainGetContacts

Get domain contact details

# Required parameters

Parameter Description
id Domain ID

# Request

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

# PHP Samples

# Response

{
    "success": true,
    "ContactInfo": {
        "registrant": {
            "firstname": "John",
            "lastname": "Doe",
            "companyname": "",
            "address1": "4105 Davis Street",
            "address2": "",
            "city": "Athens",
            "state": "Georgia",
            "country": "US",
            "postcode": "30601",
            "email": "[email protected]",
            "phonenumber": "+1.111111111"
        },
        "tech": {
            "firstname": "John",
            "lastname": "Doe",
            "companyname": "",
            "address1": "4105 Davis Street",
            "address2": "",
            "city": "Athens",
            "state": "Georgia",
            "country": "US",
            "postcode": "30601",
            "email": "[email protected]",
            "phonenumber": "+1.111111111"
        },
        "admin": {
            "firstname": "John",
            "lastname": "Doe",
            "companyname": "",
            "address1": "4105 Davis Street",
            "address2": "",
            "city": "Athens",
            "state": "Georgia",
            "country": "US",
            "postcode": "30601",
            "email": "[email protected]",
            "phonenumber": "+1.111111111"
        },
        "billing": {
            "firstname": "John",
            "lastname": "Doe",
            "companyname": "",
            "address1": "4105 Davis Street",
            "address2": "",
            "city": "Athens",
            "state": "Georgia",
            "country": "US",
            "postcode": "30601",
            "email": "[email protected]",
            "phonenumber": "+1.111111111"
        }
    },
    "call": "domainGetContacts",
    "server_time": 1703159888
}
Last Updated: 1/2/2024, 3:19:45 PM