Retrieve customer entitlements
Entitlements
Retrieve customer entitlements
Retrieves detailed entitlement information for a customer.
- If
feature_idis provided as a query parameter, returns details for that specific feature. - If
feature_idis omitted, returns all entitlements for the customer.
GET
Retrieve customer entitlements
Click the base URL in the API playground and select the Sandbox host for test data or the Production host for live data. Use credentials from the same environment.
Authorizations
The Server API Key obtained from the kelviq 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.