Good morning,
We need to retrieve the events for a specific set of metrics, e.g.: Received Email, Open Email, Clicked Email, … .
With the API we can:
- Retrieve all the events and remove the no interested: https://a.klaviyo.com/api/metrics/ (one request but we have to filter later)
- Retrieve the events for each metric https://a.klaviyo.com/api/metrics/{id}/ (multiple requests).
Is there a way to do this with a single request without getting all the events? (something like "give me all the events for these metrics")
Thanks.