---
title: "Get cards given customerId"
method: GET
path: "/v4/customer/{customerId}"
tags: ["Get card"]
---

# Get cards given customerId

`GET /v4/customer/{customerId}`

This operation will respond with a list of cards given the customerId

## Path parameters

- `customerId` string, biginteger, required

## Query parameters

- `auditUser` string, required
- `page` integer
- `size` integer

## Response `200`

Successful lookup of cards

- object[]

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Customer does not exist
- `500` — Internal server error

---

[API](https://skmtc.net/enfuce/apis/transfer-api.md) · [All operations](https://skmtc.net/enfuce/apis/transfer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/enfuce/transfer-api/versions/dc4a41118f80/schema)
