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

---

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