---
title: "Get customer entitlement usage"
method: GET
path: "/v1/customers/{customerId}/entitlement/usage"
tags: ["Entitlements"]
---

# Get customer entitlement usage

`GET /v1/customers/{customerId}/entitlement/usage`

Get current period usage vs limits for all features in a customer's plan.

## Path parameters

- `customerId` string, required

## Response `200`

Usage summary per feature

- object — Usage summary per feature
  - `customerId` string
  - `usage` object[]

## Other responses

- `401` — Unauthorized
- `404` — Customer not found

---

[API](https://skmtc.net/usedrip/apis/drip-api.md) · [All operations](https://skmtc.net/usedrip/apis/drip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usedrip/drip-api/versions/2cb1567969ca/schema)
