Entitlements
Retrieve customer entitlements
Retrieves detailed entitlement information for a customer.
- If
featureId
is provided as a query parameter, returns details for that specific feature. - If
featureId
is omitted, returns all entitlements for the customer.
GET
Authorizations
The Server API Key obtained from the ParityDeals application. Pass as a Bearer token in the Authorization header. Example: 'Authorization: Bearer YOUR_API_KEY'
Query Parameters
The unique identifier for the customer.
Optional. The unique identifier for a specific feature. If provided, filters entitlements to this feature.
Response
200 - application/json
A list of entitlement details for the customer.
The response is of type object
.