v3

latestOpenAPI 3.0.3MIT2026-07-313881,2455.6 MB
Admin

Lists all the valid licenses that are registered to this instance. A premium license can be used to unlock the premium features for a fixed amount of users. An enterprise license can similarly be used to unlock enterprise features. More information about self hosted licenses can be found on our pricing page https://baserow.io/pricing.

get/api/licenses/

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.