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

# Get Customer

`GET /customers/{id}`

Get details about a single customer.

## Path parameters

- `id` integer, required

## Response `200`

Success

- CustomerWrappedResponse
  - `customer` CustomerResponse, required
    - `id` integer, required — The unique identifier for the customer, created by Loop.
    - `external_id` string, nullable — The identifier used by an external source to identify the customer.
    - `sales_channel` string, nullable — The name of the channel associated with the customer.
    - `first_name` string, nullable — The customer's given name.
    - `last_name` string, nullable — The customer's surname.
    - `email` string, email, nullable — The customer's email address.
    - `phone` string, nullable — The customer's phone number.
    - `tags` string[] — An array of tags associated with the customer.

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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