Create a trial activation
Creates a new trial activation.
POST/v3/trial-activations
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| os* | string | Name of the operating system. | enum: [windows, linux, macos, android, ios] |
| osVersion | string | Version of the operating system. | min: 0, max: 256 |
| fingerprint* | string | Fingerprint of the machine. | min: 64, max: 1024 |
| vmName | string | Name of the virtual machine. | min: 0, max: 256 |
| container | boolean | Whether app is run inside a container. | |
| hostname* | string | Name of the host machine. | min: 1, max: 1024 |
| userHash* | string | Hash of the machine user name. | min: 1, max: 256 |
| productId* | string | Unique identifier for the product. | min: 1, max: 256 |
| accountId* | string | Unique identifier for the account. | min: 0, max: 256 |
| releaseVersion | string | The release version of the app. Only following three formats are allowed x.x, x.x.x, x.x.x.x. | min: 0, max: 256 |
| releaseChannel | string | The release channel of the app. | min: 0, max: 256 |
| releasePlatform | string | The release platform of the app. | min: 0, max: 256 |
| releasePublishedAt | string | This release published date (UTC) of the app. | format: date-time |
| metadata | array | List of metdata key/value pairs. | items: object |
| key* | string | Name of the key. | min: 1, max: 256 |
| value* | string | Value of the key. | min: 0, max: 4096 |
Request Example
Responses
201
400
409
429
500