---
title: "Get customer details"
method: GET
path: "/api/v{version}/customers/{id}"
tags: ["customers"]
---

# Get customer details

`GET /api/v{version}/customers/{id}`

Get the details of a customer by its Id.

## Path parameters

- `version` string, required
- `id` string, uuid, required

## Headers

- `X-Tenant` string, required

## Response `200`

OK

- GetCustomerResponse
  - `id` string, uuid
  - `name` string, nullable
  - `phone` PhoneDto
    - `number1` string, nullable
    - `number2` string, nullable
    - `number3` string, nullable
  - `dateOfBirth` string, date-time, nullable
  - `instruction` string, nullable
  - `timeSlot` string, nullable
  - `deliveryPreference` string, nullable
  - `companyId` string, nullable
  - `companyContactPerson` string, nullable
  - `addresses` AddressResponse[], nullable
    - `id` string, uuid
    - `street` string, nullable
    - `city` string, nullable
    - `cityTerritoryId` string, uuid, nullable
    - `district` string, nullable
    - `districtTerritoryId` string, uuid, nullable
    - `postalCode` string, nullable
    - `country` string, nullable
    - `isPrimary` boolean
    - `coordinates` Coordinates
      - `lat` number, double, nullable
      - `lng` number, double, nullable

---

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