Get details for contact by ContactId

Implementation Notes

Gets the details for a specific contact by entering ContactId.

Response Class (Status 200)

ListContact {
ContactID (integer, optional),
FirstName (string, optional),
LastName ( string, optional),
EmailAddress ( string, optional),
Status (boolean, optional),
ListIDs (string, optional),
CreatedDate (string, optional)
}
 { 
    "ContactID": 0, 
    "FirstName": "string", 
    "LastName": "string", 
    "EmailAddress": "string",
    "Status": true,
    "ListIDs": "string" ,
    "CreatedDate": "2018-02-19T08:27:44.379Z"
 } 

Parameters

Parameter Value Description Parameter Type Data Type
ApiKey The Value of the API Key Path String
ContactId ContactId of the specific contact to retrieve. Path long
GetDetails Details of the contact to get the details, Value should be (Eg: true or 1 , false or 0). query string

Response Messages

HTTP Status Code Reason Response Model Headers
403 Access Denied    
404 Not Found