I’m using the RevenueCat V2 API to retrieve customer information with the https://api.revenuecat.com/v2/projects/{project_id}/customers . According to the documentation, the response should include the active_entitlements
field, but it is not present in the data I receive.
only Response
{
experiment: null,
first_seen_at: 123,
id: 'XXXXX',
last_seen_at: 123,
object: 'customer',
project_id: 'XXX'
}
Solved
"active_entitlements" not included in response from V2 API Get a list of customers
Best answer by kaitlin
Hey
The expandable 'active_entitlements' field is not returned by default in the customer list endpoint. Apologies for the confusion here! We are definitely looking into ensuring that these are returned, but I don't have an ETA for you at this time.
We can be sure to update our documentation to reflect this.
This post has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.