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

# Get Customer Details

`GET /customers/{customerId}`

## Path parameters

- `customerId` integer, required

## Response `200`

successful operation

- Customer
  - `id` integer
  - `firstName` string
  - `lastName` string
  - `address` Address
    - `street` string
    - `city` string
    - `state` string
    - `zipCode` string
  - `phoneNumber` string
  - `ssn` string

---

[API](https://skmtc.net/parasoft/apis/the-parabank-services-proxy-rest-api.md) · [All operations](https://skmtc.net/parasoft/apis/the-parabank-services-proxy-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/parasoft/the-parabank-services-proxy-rest-api/versions/dde8a8455a0b/schema)
