Extending Licenses
Extending license expiry
Renewing a license extends the license expiry by it's validity. In case you want to extend the license expiry by some other duration you need to hit the license extend endpoint. It extends the license expiry by provided extension length.
Extending license
POST
https://api.cryptlex.com/v3/licenses/:id/extend
Path Parameters
Name | Type | Description |
---|---|---|
id | string | Unique identifier for the license. |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer access token. |
Request Body
Name | Type | Description |
---|---|---|
extensionLength | string | License extension duration to extend the license expiry. |
Last updated