---
title: "Get Customer"
method: GET
path: "/v1/customers/{id}"
tags: ["customers", "public"]
---

# Get Customer

`GET /v1/customers/{id}`

Get a customer by ID.

**Scopes**: `customers:read` `customers:write`

## Path parameters

- `id` string, uuid4, required — The customer ID.

## Response `200`

Successful Response

- Customer — unresolved $ref

## Other responses

- `404` — Customer not found.
- `422` — Validation Error

## Changes

- **2026-08-10** `f9688fd328d6` — 2 info
  - added the required property `oneOf[subschema #1: CustomerIndividual]/first_user_event_at` to the response with the `200` status
  - added the required property `oneOf[subschema #2: CustomerTeam]/first_user_event_at` to the response with the `200` status

[Change history](https://skmtc.dev/polar/apis/polar-api/changes/v1/customers/:id/get.md)

---

[API](https://skmtc.dev/polar/apis/polar-api.md) · [All operations](https://skmtc.dev/polar/apis/polar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/polar/polar-api/revisions/77e4ef94fcc3/schema)
