cURL
curl --request POST \ --url https://api.unprice.dev/v1/customer/reset-entitlements \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "customerId": "cus_1H7KQFLr7RepUyQBKdnvY" }'
{ "success": true, "message": "<string>" }
Reset entitlements for a customer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The customer ID
The body is of type object.
object
The result of the reset entitlements
The response is of type object.