Retrieve a license's feature entitlements

Retrieves the feature entitlements of a license.

GET/v3/me/licenses/{id}/feature-entitlements
JWT

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the license.

Responses

200 OK
[
  {
    "featureId": "string",
    "featureName": "string",
    "value": "string",
    "expiresAt": "2019-08-24T14:15:22Z"
  }
]