---
title: "List customer spending caps"
method: GET
path: "/v1/customers/{id}/spending-caps"
tags: ["Customers"]
---

# List customer spending caps

`GET /v1/customers/{id}/spending-caps`

List all active spending caps for a customer, including current usage and last alert level. Requires a secret key (`sk_*`).

## Path parameters

- `id` string, required

## Response `200`

Spending caps

- object — Spending caps
  - `caps` object[]
    - `id` string
    - `capType` string
    - `limitValue` string
    - `currentUsage` string
    - `autoBlock` boolean
    - `lastAlertLevel` string, nullable

## 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)
