I have been working with the V3 API and trying to get a list of new subscribers and unsubscribed. I can get a list of active (subscribes), but not unsubscribed. In fact, the only status that will pull anything with the "GET contacts collection" method is "all". I also tried the bulk export endpoint, but I am unable to get unsubscribed there. A file is created with either 0 records or if it has records, every cell in the file is blank. Also, when I try to pull additional records using the "cursor" link, I don't get a new "cursor_id" with each page that I pull. I have no idea if that is how it is supposed to work or not. I am not confident that I am in fact retrieving the next page when the cursor_id does not change. Can anyone tell me how to get just the unsubscribed?
... View more