Retrieve a license

Retrieves the details of an existing license.

GET/v3/me/licenses/{id}
JWT

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the license.

Responses

200 OK
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "key": "string",
  "revoked": true,
  "suspended": true,
  "perpetual": true,
  "type": "node-locked",
  "validity": 0,
  "subscriptionInterval": "string",
  "totalActivations": 0,
  "totalDeactivations": 0,
  "allowedActivations": 0,
  "allowedDeactivations": 0,
  "allowedFloatingClients": 0,
  "leaseDuration": 0,
  "expiresAt": "2019-08-24T14:15:22Z",
  "effectiveDate": "2019-08-24T14:15:22Z",
  "notes": "string",
  "metadata": [
    {
      "id": "string",
      "createdAt": "2019-08-24T14:15:22Z",
      "updatedAt": "2019-08-24T14:15:22Z",
      "key": "string",
      "value": "string"
    }
  ],
  "meterAttributes": [
    {
      "id": "string",
      "createdAt": "2019-08-24T14:15:22Z",
      "updatedAt": "2019-08-24T14:15:22Z",
      "name": "string",
      "allowedUses": 0,
      "totalUses": 0,
      "grossUses": 0,
      "floating": true
    }
  ],
  "product": {
    "id": "string",
    "displayName": "string",
    "iconUrl": "string",
    "description": "string"
  },
  "productVersion": {
    "displayName": "string"
  },
  "entitlementSet": {
    "name": "string"
  }
}