List all licenses
Returns a list of licenses of the currently authenticated user. The licenses are returned sorted by creation date in ascending order.
GET/v3/me/licenses
JWT
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| page | integer | query | The page number. |
| limit | integer | query | The number of records per page. Must be a number between 1 and 100. |
| sort | string | query | The sort string to sort the returned records e.g. "-createdAt" |
| productId | object | query | Unique identifier for the product. |
| releaseId | string | query | Unique identifier for the release. |
| key | object | query | The key associated with the license. |
| revoked | boolean | query | Whether a license is revoked. |
| suspended | boolean | query | Whether a license is suspended. |
| type | object | query | Type of the license. |
| validity | object | query | The duration after which the license will expire. |
| subscriptionInterval | object | query | Subscription interval for the license. |
| allowedActivations | object | query | Allowed number of activations for the license. |
| allowedDeactivations | object | query | Allowed number of deactivations for the license. |
| totalActivations | object | query | Total number of activations for the license. |
| totalDeactivations | object | query | Total number of deactivations for the license. |
| notes | object | query | The license notes. |
| metadata.key | object | query | Metadata key associated with the license. |
| metadata.value | object | query | Metadata value associated with the license. |
| expiresAt | object | query | Licenses expiring at. |
| expired | boolean | query | Whether license is expired. |
| perpetual | boolean | query | Whether license is perpetual. |
| entitlementSetId | object | query | ID of the linked entitlement set. |
| search | string | query | Search string. |
| id | object | query | ID of the resource. |
| createdAt | object | query | Date of creation |
| updatedAt | object | query | Date of last update |
Responses
200
401
403
429
500