---
title: "Get customer billing-field history"
method: GET
path: "/v1/customers/{id}/billing-history"
tags: ["Customers"]
---

# Get customer billing-field history

`GET /v1/customers/{id}/billing-history`

Return every snapshot of this customer's billing-relevant fields (name, email), oldest → newest. A v1 snapshot is created when the customer is first created; each subsequent change appends a new version and seals the previous one.

## Path parameters

- `id` string, required

## Response `200`

Billing history

- object — Billing history
  - `data` object[]
  - `count` integer

## 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/revisions/2cb1567969ca/schema)
