---
title: "List Card Arts"
method: GET
path: "/v1/issuing/cards/arts"
tags: ["Card Arts"]
---

# List Card Arts

`GET /v1/issuing/cards/arts`

<a href="/card-issuance/v1.6/guide/card-products" style={{display:'inline-block',padding:'2px 10px',borderRadius:'9999px',fontSize:'12px',fontWeight:600,lineHeight:'18px',background:'#EEF2FF',color:'#4338CA',border:'1px solid #C7D2FE',textDecoration:'none'}}>Personal Visa only</a>

Returns the card arts available to the issuing account. The list combines the channel's system-default card art and any card arts bound to the account or its master account.

Use this endpoint to populate a card-art picker before [creating](/card-issuance/v1.6/api-reference/create-card) or [updating](/card-issuance/v1.6/api-reference/update-card) a card.

## Query parameters

- `card_product_id` string, uuid

## Headers

- `x-on-behalf-of` string

## Response `200`

Card arts retrieved successfully.

- CardArtListResponse
  - `default_card_art_id` string, required — The issuing account's current default card art. A `Create Card` call that omits `card_art_id` uses this value.
  - `card_arts` CardArtItem[], required — Card arts available to the issuing account, ordered with the default first, then system-configured arts, then account-bound arts.
    - `card_art_id` string, required — Identifier of a card art. Stable across card products; reuse the same value when creating multiple cards with the same design.
    - `description` string, required — Display name for the card art. Safe to surface in your own card-art picker.
    - `is_default` boolean, required — Whether this card art is the issuing account's current default. A `Create Card` call that omits `card_art_id` uses the default.
    - `is_system_config` boolean, required — Whether this card art comes from the channel's system configuration (always available to every account on the channel). When `false`, the card art is bound specifically to the issuing account or its master account.

---

[API](https://skmtc.dev/uqpay/apis/authentication-api.md) · [All operations](https://skmtc.dev/uqpay/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uqpay/authentication-api/revisions/cef532a10777/schema)
