Get specific Unsubscribe By EmailAddress

Implementation Notes

Gets the details for a specific Unsubscribe by EmailAddress.

Response Class (Status 200)

Unsub{
UnSubscribeID(integer, optional),
ContactId(integer, optional),
CampaignID( integer, optional),
IPAddress ( string, optional),
OptOutDateTime (string, optional),
OptOutReasonDesc (string, optional),
GlobalSubscriberIsActive (boolean, optional)
}
 { 
    "UnSubscribeID": 0,
    "ContactId": 0,
    "CampaignID": 0,
    "IPAddress": "string",
    "OptOutDateTime": "2018-02-17T06:33:18.419Z",
    "OptOutReasonDesc": "string",
    "GlobalSubscriberIsActive": true
 }  

Parameters

Parameter Value Description Parameter Type Data Type
ApiKey The Value of the API Key Path String
emailid EmailAddress to retrieve Unsubscribe details. Path String

Response Messages

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