Responds with detailed information about the license related to the provided parameter.
get/api/licenses/{id}/
Path parameters
idinteger required
The internal identifier of the license.
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.