As a Marketer who uses API to pull out contacts from Maropost and into my 3rd party business intelligence tools or other email marketing tools, I have a need to pull the contacts who have opted out of ever receiving emails again.
WE have the global_unsubscribes and brand_unsubscribes end points, but calls to them will return a paginated list of the entire DNM and Brand DNM list, which is a lot of data to deal with each time.
It would be beneficial if those end points supported the date range parameters to and from, which would only include contacts added to DNM/Brand DNM within that date range. Something like the below would be query parameters that only pulled contacts added to Brand DNM or regular DNM between May 7 and May 9
from=2022-05-07T04:00:00&to=2022-05-09T04:00:00