Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The idempotency key that will be used to ensure the request is only performed once
Path Parameters
The company ID with the prefix 'cmp_'.
The resource ID
Body
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
The name of the entitlement
The possible values for the entitlement of enum type
Response
OK
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