This article covers I'm trying to get the most recent subscription for a batched amount of customer ids at once. I'd like to do this in one API call instead of one API call per customer. What's the best way to do this?
Solution
The ID would be the unique and immutable identifier for the subscription. You can filter it out using the following parameters:
For the above scenario, you can use the customer ID filter in the List Customers API call where you pass the param id[in]= .
Reference:
Was this article helpful?