Resolve customer entitlements
Customers > Entitlements
Resolve customer entitlements
Resolve entitlement values for a customer.
GET
Resolve customer entitlements
Documentation Index
Fetch the complete documentation index at: https://docs.hyperline.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Resolution date.
Example:
"2024-12-20T16:04:11Z"
Response
200 - application/json
Resolved entitlements keyed by feature code.
Example:
{
"seats": { "value": 10, "source": "product" },
"sso": { "value": true, "source": "customer" }
}
