/
CR
cryptlex
/
Cryptlex Web API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-09-25
Details
Filter operations
Accounts
6
ActivationEvents
3
Activations
12
Analytics
13
AuditLogs
4
Authentication
8
AutomatedEmailEventLogs
3
AutomatedEmails
6
BillingAddresses
3
CreditCards
1
EntitlementSets
9
get
List all entitlement sets
post
Create an entitlement set
get
Retrieve an entitlement set
delete
Delete an entitlement set
patch
Update an entitlement set
get
Get all feature entitlements belonging to an entitlement set
post
Add a feature entitlement to an entitlement set
delete
Remove a feature entitlement from an entitlement set.
patch
Update a feature entitlement belonging to an entitlement set
FeatureFlags
5
Features
5
Invoices
2
Licenses
24
LicenseTemplates
5
MaintenancePolicies
6
OidcConfigurations
4
OrganizationActivations
2
OrganizationLicenses
4
OrganizationProducts
2
OrganizationReleases
2
Organizations
5
OrganizationSamlConfigurations
4
OrganizationUserGroups
5
OrganizationUsers
5
PersonalAccessTokens
6
Plans
2
Products
7
ProductVersions
5
Profile
15
ReleaseChannels
5
ReleaseDownloadEvents
3
ReleaseFiles
4
ReleasePlatforms
5
Releases
11
ResellerActivations
3
ResellerLicenses
8
ResellerOrganizations
5
Resellers
5
ResellerUsers
6
SamlConfigurations
5
Segments
5
SendingDomains
9
Tags
5
TeamMembers
7
TrialActivations
9
TrialPolicies
5
Users
10
WebhookEventLogs
3
Webhooks
7
EntitlementSets
Add a feature entitlement to an entitlement set
Creates a new entitlement set.
post
/v3/entitlement-sets/{id}/feature-entitlements
Path parameters
id
string
required
Request body
EntitlementSetFeatureEntitlementCreateRequestModel
required
value
string
nullable
featureId
string
required
Response
OK
AdminEntitlementSetFeatureEntitlementDto
required
id
string
required
createdAt
string
date-time
required
updatedAt
string
date-time
required
featureId
string
required
featureName
string
required
value
string
nullable
entitlementSetId
string
required
Changes