Hello,
Currently, I am considering deleting old records for "customers who are not on a premium plan" using a regularly scheduled batch process.
At this time, in order to filter the target customers, I would like to obtain a list of "customers who have premium plan entitlements."
With the current REST API, it is only possible to check the entitlements of one customer at a time. Considering rate limits, it is not realistic to perform this for all users.
(https://api.revenuecat.com/v2/projects/{project_id}/customers/{customer_id} )
Is it possible to achieve the above scenario using the current REST API?
Or, do you have plans to develop this in the future?
