Retrieve a license's feature entitlements

Retrieves the feature entitlements of a license.

GET/v3/resellers/{resellerId}/licenses/{id}/feature-entitlements
JWT
reseller:license:read

Parameters

NameTypeInDescription
resellerId*stringpathUnique identifier for the reseller.
id*stringpathUnique identifier for the license.

Responses

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