---
title: "List customer entitlement access"
method: GET
path: "/openmeter/customers/{customerId}/entitlement-access"
tags: ["OpenMeter Entitlements"]
---

# List customer entitlement access

`GET /openmeter/customers/{customerId}/entitlement-access`

## Path parameters

- `customerId` string, required — ULID (Universally Unique Lexicographically Sortable Identifier).

## Response `200`

List the customer's active features and their access.

- ListCustomerEntitlementAccessResponseData — List customer entitlement access response data.
  - `data` BillingEntitlementAccessResult[], required — The list of entitlement access results.
    - `type` 'metered' | 'static' | 'boolean', required — The type of the entitlement.
    - `feature_key` string, required — A key is a unique string that is used to identify a resource.
    - `has_access` boolean, required — Whether the customer has access to the feature. Always true for `boolean` and `static` entitlements. Depends on balance for `metered` entitlements.
    - `config` string — Only available for static entitlements. Config is the JSON parsable configuration of the entitlement. Useful to describe per customer configuration.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/openmeterio/apis/openmeter-and-konnect-metering-billing-api.md) · [All operations](https://skmtc.net/openmeterio/apis/openmeter-and-konnect-metering-billing-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openmeterio/openmeter-and-konnect-metering-billing-api/versions/9bca44e2d61d/schema)
