Description
Gets the details for the specified Contact.
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
contact-id | Integer | Required | The Contact Id for which details are required |
HTTP Method
GET
Example Test URL Request
https://test.httpapi.com/api/contacts/details.json?auth-userid=0&api-key=key&contact-id=0
Response
Returns a hash map containing the below details:
-
Contact ID (entityid)
-
Name (name)
-
Company (company)
-
Contact Type (type)
-
Email Address (emailaddr)
-
Telephone Number Country Code (telnocc)
-
Telephone Number (telno)
-
First line of address of the Contact (address1)
-
Second line of address of the Contact (address2)
-
Third line of address of the Contact (address3)
-
City (city)
-
State (state)
-
Country Code (country)
-
ZIP Code (zip)
-
Current Status in the System (currentstatus)
-
Status at the Registry (contactstatus)
-
Customer ID associated with the Contact (customerid)
-
Reseller Chain by RID (parentkey)
In case of any errors, a status key with value as ERROR alongwith an error message will be returned.
Unused Contacts (except Default Contacts) that were created more than six months ago are archived. This API call will not return details for archived Contacts.