---
title: "Get Customer by External ID"
method: GET
path: "/v1/customers/external/{external_id}"
tags: ["customers", "public"]
---

# Get Customer by External ID

`GET /v1/customers/external/{external_id}`

Get a customer by external ID.

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

## Path parameters

- `external_id` string, required — The customer external 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/77e4ef94fcc3/schema)
