Create an entitlement with given parameters
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The idempotency key that will be used to ensure the request is only performed once
The company ID with the prefix 'cmp_'.
The aggregator type of the entitlement in case a customer has different values for different subscriptions. This can be one of OR, AND (for BOOL), ADD, MINIMUM, MAXIMUM (for NUMBER), COALESCE (for TEXT or ENUM)
OR, AND, ADD, MINIMUM, MAXIMUM, COALESCE A unique key for the entitlement without spaces, unicode or special characters eg. test-feature-1
The name of the entitlement
The type of the entitlement that can be one of boolean, text, number or an enum.
BOOL, NUMBER, TEXT, ENUM The possible values for the entitlement of enum type
Created
The aggregator type of the entitlement
The ID of the entitlement
The key of the entitlement
The name of the entitlement
The possible values of the entitlement if the type is ENUM
The type of the entitlement that can be BOOL, TEXT, NUMBER or ENUM