cURL
curl --request GET \ --url https://api.unprice.dev/v1/customer/{customerId}/getEntitlements \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "featureSlug": "<string>", "effectiveAt": 123, "expiresAt": 123 } ]
Get minimal entitlements for a customer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The customer ID
"cus_1H7KQFLr7RepUyQBKdnvY"
The result of the get minimal entitlements
36
64