---
title: "Retrieves one customer"
method: GET
path: "/v1/customers/{id}"
tags: ["Customers"]
---

# Retrieves one customer

`GET /v1/customers/{id}`

Retrieves one customer

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful Response

- ExternalCustomer
  - `id` string, uuid, required
  - `externalUserId` string, nullable
  - `companyId` string, uuid, nullable
  - `accountId` string, uuid, nullable
  - `account` WebCompanySchemasExternalAccount
    - `name` string, nullable
    - `email` string, nullable
    - `website` string, nullable
    - `externalId` string, nullable
    - `customFields` object, nullable
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `email` string, email, nullable
  - `phoneNumber` string, nullable
  - `customFields` object, nullable
  - `defaultSenders` CustomerDefaultSenders
    - `sms` string, nullable
    - `email` string, nullable
  - `lastLoginTime` string, date-time, nullable
  - `createdAt` string, date-time, required
  - `totalConversations` integer, nullable
  - `avgTimeToSolve` integer, nullable
  - `totalSessions` integer, nullable
  - `totalSessionTime` integer, nullable
  - `avgSessionTime` integer, required

## Other responses

- `422` — Validation Error

---

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