---
title: "Create a new feature entitlement for a license"
method: POST
path: "/v3/licenses/{id}/feature-entitlements"
tags: ["Licenses"]
---

# Create a new feature entitlement for a license

`POST /v3/licenses/{id}/feature-entitlements`

Create a new feature entitlement for a license.

## Path parameters

- `id` string, required

## Request body

- LicenseFeatureEntitlementCreateRequestModel
  - `value` string, nullable
  - `featureId` string, required
  - `expiresAt` string, date-time, nullable

## Response `200`

OK

- AdminLicenseFeatureEntitlementDto
  - `id` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `featureId` string, required
  - `featureName` string, required
  - `value` string, nullable
  - `licenseId` string, required
  - `expiresAt` string, date-time, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `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/versions/ec1259c12475/schema)
