v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
Admin

Registers a new license. After registering you can assign users to the license that will be able to use the license's features while the license is active. If an existing license with the same license_id already exists and the provided license has been issued later than that one, the existing one will be upgraded.

post/api/licenses/

Request body

licensestring required

The license that you want to register.

Response

idinteger required
license_idstring required

Unique identifier of the license.

is_activeboolean required

Indicates if the backend deems the license valid.

last_checkstring date-time nullable
valid_fromstring date-time required

From which timestamp the license becomes active.

valid_throughstring date-time required

Until which timestamp the license is active.

free_users_countinteger required

The amount of free users that are currently using the license.

seats_takeninteger required

The amount of users that are currently using the license.

seatsinteger required

The maximum amount of users that can use the license.

application_users_takeninteger required

The amount of application builder users used so far in this license.

application_usersinteger required

The amount of application builder users permitted in this license.

product_codestring required

The product code that indicates what the license unlocks.

issued_onstring date-time required

The date when the license was issued. It could be that a new license is issued with the same license_id because it was updated. In that case, the one that has been issued last should be used.

issued_to_emailstring email required

Indicates to which email address the license has been issued.

issued_to_namestring required

Indicates to whom the license has been issued.