Entitlements
Customers
Get customer entitlement value
Checks customer access to a given feature (by key). All entitlement types share the hasAccess property in their value response, but multiple other properties are returned based on the entitlement type.
get/api/v1/customers/{customerIdOrKey}/entitlements/{featureKey}/value
Path parameters
Example:01G65Z755AFWAKHE12NY0CQ9FH
featureKeystring required
Query parameters
timestring date-time
Example:2023-01-01T01:01:01.001Z
Response
The request has succeeded.
Example response
{
"hasAccess": true,
"balance": 100,
"usage": 50,
"totalAvailableGrantAmount": 100,
"config": "{ key: \"value\" }"
}