---
title: "Get customer entitlements."
method: GET
path: "/app/{app_id}/customer-entitlements/{customer_id}"
tags: ["customers"]
---

# Get customer entitlements.

`GET /app/{app_id}/customer-entitlements/{customer_id}`

Retrieve the entitlement values for a specific customer and app, including all custom and default entitlements assigned to the customer.

Required RBAC Policy: kots/app/[:appid]/license/[:licenseid]/read

## Path parameters

- `app_id` string, required
- `customer_id` string, required

## Response `200`

GetCustomerEntitlementsResponse represents a customer.

- object
  - `entitlements` EntitlementValue[]
    - `isDefault` boolean
    - `name` string
    - `value` string

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3-2.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3-2/revisions/6fcf9e54aba4/schema)
