Get specific Unsubscribe

Implementation Notes

Gets the details for a specific Unsubscribe by Contact ID

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
unsubscribeid The value of the UnsuscribeId Path long

Response Messages

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