Retrieve a license's feature entitlements

Retrieves the feature entitlements of a license.

GET/v3/organizations/{organizationId}/licenses/{id}/feature-entitlements
JWT
organization:license:read

Parameters

NameTypeInDescription
organizationId*stringpathUnique identifier for the organization.
id*stringpathUnique identifier for the license.

Responses

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