Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
const { result, error } = await unprice.access.entitlements.list({ customerId: "cus_1234567890" }); if (error) { console.error(error.message); return; } console.log(result);
[ { "customerId": "cus_1234567890", "featurePlanVersion": { "featureType": "usage", "unitOfMeasure": "messages" } } ]
Get active entitlements for a customer