I'm trying to sync customers in RevenueCat with our database.
Requesting projects/{project_id}/customers
does not return active_entitlements as mentioned in the documentation. Fetching customers one by one takes too long and results in hitting rate limits.
I noticed a similar question, but it was closed without a response or comment:
So, is this a bug, or is there missing documentation (e.g., missing expand parameters)?
Is there any workaround, such as an endpoint that allows retrieving only customers with active entitlements?
Thanks in advance,
Sebastian