---
title: "Get External Customer"
method: GET
path: "/api/v1/admin/customers/external/{external_id}"
tags: ["admin-customers"]
---

# Get External Customer

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

## Path parameters

- `external_id` string, uuid, required

## Response `200`

Successful Response

- ExternalCustomerDetail
  - `id` string, uuid, required
  - `display_name` string, required
  - `email` string, nullable, required
  - `broker_user_id` string, uuid, nullable, required
  - `broker_name` string, nullable
  - `broker_count` integer, required
  - `committed_orders` integer, required
  - `committed_revenue` string, required
  - `committed_unpaid_revenue` string, required
  - `total_orders` integer, required
  - `total_revenue` string, required
  - `open_quotes` integer, required
  - `lost_quotes` integer, required
  - `last_quote_at` string, date-time, nullable, required
  - `last_order_at` string, date-time, nullable, required
  - `computed_at` string, date-time, nullable, required
  - `timeline` TimelineEntry[]
    - `entry_type` string, required
    - `timestamp` string, date-time, required
    - `title` string, required
    - `subtitle` string, nullable
    - `project_id` string, uuid, nullable
    - `project_name` string, nullable
    - `quote_id` string, uuid, nullable
    - `status` string, nullable
    - `lost_reason` string, nullable
    - `metadata` object, nullable

## Other responses

- `422` — Validation Error

---

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