---
title: "Get all feature entitlements for an activation"
method: GET
path: "/v3/activations/{id}/feature-entitlements"
tags: ["Activations"]
---

# Get all feature entitlements for an activation

`GET /v3/activations/{id}/feature-entitlements`

Get all feature entitlements for an activation.

## Path parameters

- `id` string, required

## Query parameters

- `accountId` string, required
- `environmentId` string, uuid
- `licenseId` string, required

## Response `200`

OK

- FeatureEntitlementsTokenDto
  - `featureEntitlementsToken` string, required

## Other responses

- `404` — Not Found
- `429` — Too Many Requests
- `500` — Server Error

## Changes

- **2026-08-18** `66dcb6293180` — 1 info
  - added the new optional `query` request parameter `environmentId`

[Change history](https://skmtc.dev/cryptlex/apis/cryptlex-web-api/changes/v3/activations/:id/feature-entitlements/get.md)

---

[API](https://skmtc.dev/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.dev/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cryptlex/cryptlex-web-api/revisions/66dcb6293180/schema)
