List Campaign Unsubscribes
Get a paginated list of contacts who unsubscribed via a specific campaign.
Each row carries the contact’s encrypted id, email, name, the tags currently assigned to the contact, the lists the contact currently belongs to (with their ids and names), the time of the unsubscribe in your account timezone, and the reason the contact gave (if any).
Authorizations
Your Mailercloud API key (plain text, no Bearer prefix). Create keys in Settings → API.
Headers
Request body type
Path Parameters
Encrypted campaign id
Body
Page number (1-indexed).
Minimum: 1
x >= 1Maximum rows per page.
Minimum: 1 Maximum: 100
1 <= x <= 100Optional. Only return unsubscribes on or after this date. Format YYYY-MM-DD, interpreted in your account timezone.
Optional. Only return unsubscribes on or before this date. Format YYYY-MM-DD, interpreted in your account timezone. Must be on or after date_from.