v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03101355448.4 KB
OpenMeter Entitlements

List customer entitlement access

get/openmeter/customers/{customerId}/entitlement-access

Path parameters

customerIdstring required

ULID (Universally Unique Lexicographically Sortable Identifier).

Example:01G65Z755AFWAKHE12NY0CQ9FH

Response

List the customer's active features and their access.

Example response

{
  "data": [
    {
      "feature_key": "resource_key",
      "has_access": true,
      "config": "{ \"availableModels\": [\"gpt-5\", \"gpt-4o\"] }"
    }
  ]
}