GET
/customers/{customerId}
Get Customer
Retrieve details of a specific customer.
Path Parameters
See schema: CustomerIdPathParam
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Customer details | Customer |
| 404 | Customer not found | ErrorResponse |