Trying to programmatically get the count of new contacts per month, which is currently in the contact trend report? How can we get the same using API if that’s possible? Thank you.
Hi there! I did some digging in ActiveCampaign’s API V3 Overview and found a workaround for what you are trying to accomplish. I found a call you can use to filter all contacts and then use the query param " filters[created_after]" to filter contacts that were created after a specific date. Then you could get a list of the new contacts.