Unsubscribe Emails (Campaign-Uid:fq566jw05q5b7 / Subscriber-Uid:hr855761y9e48 - Unsubscribe request)

Eric535

Member
I get these emails all day with the subject that reads something like this:

Campaign-Uid:fq566jw05q5b7 / Subscriber-Uid:hr855761y9e48 - Unsubscribe request

So with the API want to to take the above Subscriber-Uid which is unique unsubscribe it. But the Unsubscribe a subscriber endpoint needs the LIST-UNIQUE-ID as well which the email doesn't provide. Its only provides the Campaign-Uid and the Subscriber-Uid.

$response = $endpoint->unsubscribe('LIST-UNIQUE-ID', 'SUBSCRIBER-UNIQUE-ID');


Is there a way I can just unsubscribe with the SUBSCRIBER-UNIQUE-ID?
 
Back
Top