---
title: "List all licenses"
method: GET
path: "/v3/licenses"
tags: ["Licenses"]
---

# List all licenses

`GET /v3/licenses`

Returns a list of licenses. The licenses are returned sorted by creation date in ascending order.

## Query parameters

- `page` integer
- `limit` integer
- `sort` string
- `userId` string
- `organizationId` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `activation.lastSyncedAt` object
  - `eq` string, date-time — Matches values that are equal to the specified value.
  - `ne` string, date-time — Matches values that are not equal to the specified value.
  - `gt` string, date-time — Matches values that are greater than the specified value.
  - `gte` string, date-time — Matches values that are greater than or equal to the specified value.
  - `lt` string, date-time — Matches values that are less than the specified value.
  - `lte` string, date-time — Matches values that are less than or equal to the specified value.
- `activation.countryCode` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `productId` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `productVersionId` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `resellerId` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `user.email` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `sw` string, string — Matches values that start with the specified value.
  - `ew` string, string — Matches values that end with the specified value.
  - `cn` string, string — Matches values that contain the specified value.
  - `nc` string, string — Matches values that do not contain the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `user.company` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `sw` string, string — Matches values that start with the specified value.
  - `ew` string, string — Matches values that end with the specified value.
  - `cn` string, string — Matches values that contain the specified value.
  - `nc` string, string — Matches values that do not contain the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `organization.name` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `sw` string, string — Matches values that start with the specified value.
  - `ew` string, string — Matches values that end with the specified value.
  - `cn` string, string — Matches values that contain the specified value.
  - `nc` string, string — Matches values that do not contain the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `allowVmActivation` boolean
- `userLocked` boolean
- `expiringSoon` boolean
- `maintenanceExpiringSoon` boolean
- `expirationStrategy` string
- `subscriptionStartTrigger` object
  - `eq` string, correct-enum-value — Matches values that are equal to the specified value.
  - `ne` string, correct-enum-value — Matches values that are not equal to the specified value.
- `tags` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `maintenanceExpiresAt` object
  - `eq` string, date-time — Matches values that are equal to the specified value.
  - `ne` string, date-time — Matches values that are not equal to the specified value.
  - `gt` string, date-time — Matches values that are greater than the specified value.
  - `gte` string, date-time — Matches values that are greater than or equal to the specified value.
  - `lt` string, date-time — Matches values that are less than the specified value.
  - `lte` string, date-time — Matches values that are less than or equal to the specified value.
- `createdAfter` string, date-time
- `createdBefore` string, date-time
- `activatedAt` object
  - `eq` string, date-time — Matches values that are equal to the specified value.
  - `ne` string, date-time — Matches values that are not equal to the specified value.
  - `gt` string, date-time — Matches values that are greater than the specified value.
  - `gte` string, date-time — Matches values that are greater than or equal to the specified value.
  - `lt` string, date-time — Matches values that are less than the specified value.
  - `lte` string, date-time — Matches values that are less than or equal to the specified value.
- `lastUsedAt` object
  - `eq` string, date-time — Matches values that are equal to the specified value.
  - `ne` string, date-time — Matches values that are not equal to the specified value.
  - `gt` string, date-time — Matches values that are greater than the specified value.
  - `gte` string, date-time — Matches values that are greater than or equal to the specified value.
  - `lt` string, date-time — Matches values that are less than the specified value.
  - `lte` string, date-time — Matches values that are less than or equal to the specified value.
- `include` IncludeLicenseProperties[]
- `key` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `sw` string, string — Matches values that start with the specified value.
  - `ew` string, string — Matches values that end with the specified value.
  - `cn` string, string — Matches values that contain the specified value.
  - `nc` string, string — Matches values that do not contain the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `revoked` boolean
- `suspended` boolean
- `type` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `validity` object
  - `eq` integer — Matches values that are equal to the specified value.
  - `ne` integer — Matches values that are not equal to the specified value.
  - `gt` integer — Matches values that are greater than the specified value.
  - `gte` integer — Matches values that are greater than or equal to the specified value.
  - `lt` integer — Matches values that are less than the specified value.
  - `lte` integer — Matches values that are less than or equal to the specified value.
- `subscriptionInterval` object
  - `eq` string, period — Matches values that are equal to the specified value.
  - `ne` string, period — Matches values that are not equal to the specified value.
- `allowedActivations` object
  - `eq` integer — Matches values that are equal to the specified value.
  - `ne` integer — Matches values that are not equal to the specified value.
  - `gt` integer — Matches values that are greater than the specified value.
  - `gte` integer — Matches values that are greater than or equal to the specified value.
  - `lt` integer — Matches values that are less than the specified value.
  - `lte` integer — Matches values that are less than or equal to the specified value.
- `allowedDeactivations` object
  - `eq` integer — Matches values that are equal to the specified value.
  - `ne` integer — Matches values that are not equal to the specified value.
  - `gt` integer — Matches values that are greater than the specified value.
  - `gte` integer — Matches values that are greater than or equal to the specified value.
  - `lt` integer — Matches values that are less than the specified value.
  - `lte` integer — Matches values that are less than or equal to the specified value.
- `totalActivations` object
  - `eq` integer — Matches values that are equal to the specified value.
  - `ne` integer — Matches values that are not equal to the specified value.
  - `gt` integer — Matches values that are greater than the specified value.
  - `gte` integer — Matches values that are greater than or equal to the specified value.
  - `lt` integer — Matches values that are less than the specified value.
  - `lte` integer — Matches values that are less than or equal to the specified value.
- `totalDeactivations` object
  - `eq` integer — Matches values that are equal to the specified value.
  - `ne` integer — Matches values that are not equal to the specified value.
  - `gt` integer — Matches values that are greater than the specified value.
  - `gte` integer — Matches values that are greater than or equal to the specified value.
  - `lt` integer — Matches values that are less than the specified value.
  - `lte` integer — Matches values that are less than or equal to the specified value.
- `notes` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `sw` string, string — Matches values that start with the specified value.
  - `ew` string, string — Matches values that end with the specified value.
  - `cn` string, string — Matches values that contain the specified value.
  - `nc` string, string — Matches values that do not contain the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `metadata.key` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `sw` string, string — Matches values that start with the specified value.
  - `ew` string, string — Matches values that end with the specified value.
  - `cn` string, string — Matches values that contain the specified value.
  - `nc` string, string — Matches values that do not contain the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `metadata.value` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `sw` string, string — Matches values that start with the specified value.
  - `ew` string, string — Matches values that end with the specified value.
  - `cn` string, string — Matches values that contain the specified value.
  - `nc` string, string — Matches values that do not contain the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `expiresAt` object
  - `eq` string, date-time — Matches values that are equal to the specified value.
  - `ne` string, date-time — Matches values that are not equal to the specified value.
  - `gt` string, date-time — Matches values that are greater than the specified value.
  - `gte` string, date-time — Matches values that are greater than or equal to the specified value.
  - `lt` string, date-time — Matches values that are less than the specified value.
  - `lte` string, date-time — Matches values that are less than or equal to the specified value.
- `expired` boolean
- `perpetual` boolean
- `entitlementSetId` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `search` string
- `id` object
  - `eq` string, string — Matches values that are equal to the specified value.
  - `ne` string, string — Matches values that are not equal to the specified value.
  - `in` string, comma-separated-values — Matches any of the values specified.
  - `nin` string, comma-separated-values — Matches none of the values specified.
- `createdAt` object
  - `eq` string, date-time — Matches values that are equal to the specified value.
  - `ne` string, date-time — Matches values that are not equal to the specified value.
  - `gt` string, date-time — Matches values that are greater than the specified value.
  - `gte` string, date-time — Matches values that are greater than or equal to the specified value.
  - `lt` string, date-time — Matches values that are less than the specified value.
  - `lte` string, date-time — Matches values that are less than or equal to the specified value.
- `updatedAt` object
  - `eq` string, date-time — Matches values that are equal to the specified value.
  - `ne` string, date-time — Matches values that are not equal to the specified value.
  - `gt` string, date-time — Matches values that are greater than the specified value.
  - `gte` string, date-time — Matches values that are greater than or equal to the specified value.
  - `lt` string, date-time — Matches values that are less than the specified value.
  - `lte` string, date-time — Matches values that are less than or equal to the specified value.

## Response `200`

OK

- LicenseDto[]
  - `id` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `key` string, required
  - `revoked` boolean, required
  - `suspended` boolean, required
  - `perpetual` boolean, required
  - `totalActivations` integer, required
  - `totalDeactivations` integer, required
  - `validity` integer, nullable
  - `expirationStrategy` 'immediate' | 'delayed' | 'rolling', nullable
  - `subscriptionInterval` string, nullable
  - `subscriptionStartTrigger` 'creation' | 'activation'
  - `fingerprintMatchingStrategy` 'fuzzy' | 'exact' | 'loose', required
  - `allowedActivations` integer, required
  - `allowedDeactivations` integer, required
  - `type` 'node-locked' | 'hosted-floating' | 'on-premise-floating', required
  - `allowedFloatingClients` integer, required
  - `serverSyncGracePeriod` integer, required
  - `serverSyncInterval` integer, required
  - `allowedClockOffset` integer, required
  - `cryptoBindingEnabled` boolean, required
  - `disableClockValidation` boolean, required
  - `expiringSoonEventOffset` integer, required
  - `leaseDuration` integer, required
  - `leasingStrategy` 'per-machine' | 'per-instance', required
  - `effectiveDate` string, date-time, nullable
  - `expiresAt` string, date-time, nullable
  - `activatedAt` string, date-time, nullable
  - `lastUsedAt` string, date-time, nullable
  - `allowVmActivation` boolean, required
  - `allowContainerActivation` boolean, required
  - `allowClientLeaseDuration` boolean, required
  - `userLocked` boolean, required
  - `requireAuthentication` boolean, required
  - `disableGeoLocation` boolean, required
  - `notes` string, nullable
  - `productId` string, required
  - `entitlementSetId` string, nullable
  - `productVersionId` string, nullable
  - `maintenancePolicyId` string, nullable
  - `maintenanceExpiresAt` string, date-time, nullable
  - `currentReleaseVersion` string, nullable
  - `maxAllowedReleaseVersion` string, nullable
  - `organizationId` string, nullable
  - `organization` OrganizationDto
    - `id` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `organizationAlias` string, nullable
    - `name` string, required
    - `email` string, required
    - `description` string, required
    - `allowedUsers` integer, required
    - `address` AddressDto, required
      - `addressLine1` string, nullable
      - `addressLine2` string, nullable
      - `city` string, nullable
      - `state` string, nullable
      - `country` string, nullable
      - `postalCode` string, nullable
    - `resellerId` string, nullable
    - `reseller` ResellerDto
      - `id` string, required
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required
      - `name` string, required
      - `email` string, required
      - `description` string, required
      - `allowedUsers` integer, required
      - `allowedOrganizations` integer, required
  - `userId` string, nullable
  - `user` UserDto
    - `id` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `name` string, required
    - `firstName` string, required
    - `lastName` string, required
    - `email` string, required
    - `role` string, required
    - `twoFactorEnabled` boolean, required
    - `googleSsoEnabled` boolean, required
    - `lastLoginAt` string, date-time, nullable
    - `company` string, nullable
    - `allowCustomerPortalAccess` boolean, required
    - `roles` string[], required
    - `lastSeenAt` string, date-time, nullable
    - `organizationId` string, nullable
    - `organization` OrganizationDto
      - `id` string, required
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required
      - `organizationAlias` string, nullable
      - `name` string, required
      - `email` string, required
      - `description` string, required
      - `allowedUsers` integer, required
      - `address` AddressDto, required
        - `addressLine1` string, nullable
        - `addressLine2` string, nullable
        - `city` string, nullable
        - `state` string, nullable
        - `country` string, nullable
        - `postalCode` string, nullable
      - `resellerId` string, nullable
      - `reseller` ResellerDto
        - `id` string, required
        - `createdAt` string, date-time, required
        - `updatedAt` string, date-time, required
        - `name` string, required
        - `email` string, required
        - `description` string, required
        - `allowedUsers` integer, required
        - `allowedOrganizations` integer, required
    - `resellerId` string, nullable
    - `reseller` ResellerDto
      - `id` string, required
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required
      - `name` string, required
      - `email` string, required
      - `description` string, required
      - `allowedUsers` integer, required
      - `allowedOrganizations` integer, required
    - `metadata` AdminMetadataDto[], required
      - `id` string, required
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required
      - `key` string, required
      - `value` string, nullable
      - `viewPermissions` ViewPermission[], required
      - `visible` boolean, required
    - `tags` string[], required
  - `resellerId` string, nullable
  - `reseller` ResellerDto
    - `id` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `name` string, required
    - `email` string, required
    - `description` string, required
    - `allowedUsers` integer, required
    - `allowedOrganizations` integer, required
  - `additionalUserIds` string[], required
  - `allowedIpRange` string, nullable
  - `allowedIpRanges` string[], required
  - `allowedIpAddresses` string[], required
  - `disallowedIpAddresses` string[], required
  - `allowedCountries` string[], required
  - `disallowedCountries` string[], required
  - `metadata` AdminMetadataDto[], required
    - `id` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `key` string, required
    - `value` string, nullable
    - `viewPermissions` ViewPermission[], required
    - `visible` boolean, required
  - `meterAttributes` AdminLicenseMeterAttributeDto[], required
    - `id` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `name` string, required
    - `allowedUses` integer, required
    - `totalUses` integer, required
    - `grossUses` integer, required
    - `floating` boolean, required
    - `viewPermissions` ViewPermission[], required
    - `visible` boolean, required
  - `tags` string[], required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.net/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptlex/cryptlex-web-api/revisions/ec1259c12475/schema)
