OpenMeter Entitlements
List customer entitlement access
get/v3/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": [
{
"type": "static",
"feature_key": "available_models",
"has_access": true,
"config": "{ \"availableModels\": [\"gpt-5\", \"gpt-4o\"] }"
}
]
}