---
title: "Fetch customer's data"
method: GET
path: "/customers/{customerId}"
---

# Fetch customer's data

`GET /customers/{customerId}`

Use `/customers/:customerId` endpoint to fetch customer's data.

## Path parameters

- `customerId` string, required

## Response `200`

200

- object
  - `responseData` object
    - `id` integer
    - `email` string
    - `firstName` string
    - `lastName` string
    - `country` string
    - `locale` string
    - `regDate` string
    - `lastLoginDate` string
    - `lastUserIp` string
    - `externalId` string
    - `externalData` object
      - `ghostUser` boolean
  - `errors` unknown[]
    - unknown

## Other responses

- `400` — 400
- `401` — 401
- `500` — 500

---

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