Retrieves a single entitlement record by id, including grant history.
AuthorizationRequiredBearer <token>API key as Bearer token
In: header
idRequiredstringEntitlement id
fieldsstringComma-separated list of fields. Valid: id, hostId, contactId, featureKey, balance, grants, totalGranted, totalConsumed, metadata, createdAt, updatedAt. Omit for all.
Look Up Entitlement by Customer + Feature
Looks up the unique entitlement record for a (contact, feature) pair. Returns 404 if no record exists yet.
Grant Manual Entitlement
Adds a manual entitlement grant for a (contact, feature). Useful for admin top-ups, comp credits, or migration. Idempotent on grantId.