v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
Admin

This endpoint checks with the authority if the license needs to be updated. It also checks if the license is operating within its limits and might take action on that. It could also happen that the license has been deleted because there is an instance id mismatch or because it's invalid. In that case a 204 status code is returned.

get/api/licenses/{id}/check/

Path parameters

idinteger required

The internal identifier of the license, this is id and not license_id.

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.