List Contact's Unsubscription Preferences
Returns a list of all the subscription preferences the contact has unsubscribed from
Path Parameters
dsidstringrequired
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"unsubscribe": [
{
"tenantid": 112,
"dsid": "1234567890",
"preferenceid": 13,
"date_unsubscribed": "2022-02-19T16:41:33.583"
}
]
}
}