Tokens
Managing and Tracking Licenses in Babel Licensing Service
Last updated
Managing and Tracking Licenses in Babel Licensing Service
Last updated
In the Babel Licensing Service API, play a crucial role in the management and tracking of licenses. License tokens are specialized digital keys that are central to the effective enforcement and monitoring of licensing terms. There are two main types of license tokens, each serving a distinct purpose in the licensing ecosystem.
Roles: Administrator, LicenseManager
This method is used to obtain details about license tokens associated with a specific license. It enables users to query and view information related to both floating license tokens and license activation tokens under a particular license. This is crucial for monitoring how each license's tokens are distributed and used, ensuring alignment with compliance and licensing strategies.
Roles: Administrator, LicenseManager
The POST method is instrumental in generating new license tokens for a given license. Whether it’s for issuing new floating license tokens or activation tokens, this method plays a key role in expanding or renewing the licensing capabilities associated with a particular license. It is essential for granting additional access under an existing license or for activating new user or device rights.
Roles: Administrator, LicenseManager
Utilizing the DELETE method revokes and removes a license token from a specific license. This is a necessary action when a token is no longer needed, such as in cases of license expiration or termination of user access. It is an important aspect of license management, helping to keep the licensing system streamlined and free from redundant or invalid tokens.
license_id is the ID of the license.
license_id is the ID of the license.
token_id is the ID of the license token to delete.
license_id is the ID of the license.
license_id is the ID of the license.
LicenseToken represents a license allocated on the client.