/
CR
cryptlex
/
Cryptlex Web API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 10m ago · Updated 2w ago
Details
Filter operations
Accounts
6
ActivationLogs
3
Activations
12
Analytics
13
AuditLogs
4
Authentication
8
AutomatedEmailEventLogs
3
AutomatedEmails
6
BillingAddresses
3
CreditCards
1
EntitlementSets
9
Environments
5
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
TrialActivations
9
get
List all trial activations
post
Create a trial activation
get
Retrieve a trial activation
delete
Delete a trial activation
patch
Update a trial activation
get
Export all trial activations
post
Extend a trial activation
patch
Update trial activation expiry date
post
Create an offline trial activation
TrialPolicies
5
Users
10
WebhookEventLogs
3
Webhooks
7
TrialActivations
Update trial activation expiry date
Updates the trial activation expiry date.
patch
/v3/trial-activations/{id}/expires-at
Path parameters
id
string
required
Request body
TrialExpiresAtUpdateRequestModel
required
expiresAt
string
date-time
required
Update the expiration date of the trial
Response
OK
TrialActivationDto
required
id
string
required
createdAt
string
date-time
required
updatedAt
string
date-time
required
os
'windows'
|
'linux'
|
'macos'
|
'android'
|
'ios'
required
osVersion
string
nullable
hostname
string
required
location
GeoLocationDto
required
vmName
string
nullable
container
boolean
required
appVersion
string
nullable
releaseVersion
string
nullable
releaseChannel
string
nullable
releasePlatform
string
nullable
offline
boolean
required
productId
string
required
expiresAt
string
date-time
nullable
metadata
MetadataDto[]
required
customAttributes
CustomAttributeValueDto[]
required
Changes