Using Klaviyo API, can I get the information on which profiles were removed from a Klaviyo List/Segment on a given day?
Klaviyo’s “Get List Profiles” API allows to get profiles which were added to a list on or after a given date.
Similarly, is there a way to get the profiles which were removed from the list/segment?
Use-case:
Get list-id/segment-id that each profile is a part of, and keep this data upto date everyday.
I came across 2 different approaches for this:
- In every run, Get profiles in each list/segment
- In every run, Get details of each profile individually.
Both of these will take up alot of time. Is there a better way to solve this?