---
title: "Get details for a specific Customer on this Platform."
method: GET
path: "/customers/{customerIdentifier}"
tags: ["1. Customers"]
---

# Get details for a specific Customer on this Platform.

`GET /customers/{customerIdentifier}`

## Path parameters

- `customerIdentifier` string, required

## Response `200`

OK

- CustomerViewSummary
  - `customerIdentifier` string, required
  - `displayName` string, required
  - `status` string, required
  - `createdAt` string, required
  - `accounts` AccountViewSummary[], required
    - `accountIdentifier` string, required
    - `accountNumber` string, required
    - `displayName` string, required
    - `createdAt` string, required
    - `status` string, required
    - `currencyCode` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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