---
title: "Retrieve card design"
method: GET
path: "/card-design/{cardDesignID}"
tags: ["Card"]
---

# Retrieve card design

`GET /card-design/{cardDesignID}`

## Path parameters

- `cardDesignID` string, uuid, required

## Headers

- `Accept-Version` string, required — Specifies the API version to use for this request.

## Response `200`

Return card design

- object
  - `id` string, required — The unique identifier of the approved card design group.
  - `name` string, required — The name of the card design.
  - `stock` boolean, required — Indicates whether there is available stock of blank physical cards in the warehouse, ready to be personalized with cardholder details. This is a boolean value: **true**: Stock is available. **false**: Stock is depleted, and you may need to contact your relationship manager to initiate the manufacturing of additional blank cards.
  - `inventories` object[], required — A list of inventory records associated with this card design, showing opening and closing stock levels.
    - `id` string, required — The unique identifier of the inventory record.
    - `openingStock` integer, required — The opening stock count for this inventory record.
    - `closingStock` integer, required — The closing stock count for this inventory record.
    - `updatedAt` string, date-time, required — The date and time when this inventory record was last updated.
  - `default` boolean, required — Indicates whether this card design is the default option. If this design is marked as **default**, and the [POST /cards](https://reap.readme.io/reference/post_cards) endpoint is called without specifying a value in the **cardDesignID** field, the default design will automatically be assigned to the card.
  - `embossNameSupported` boolean, required — Indicates whether this card design supports the **secondaryCardName** field during card manufacturing and personalization. **true**: This card design allows the **secondaryCardName** during physical card manufacturing and personalization. **false**: This card design does not support the **secondaryCardName** during physical card manufacturing and personalization.

## Other responses

- `404` — Account not found

---

[API](https://skmtc.net/reap-global/apis/reap-api.md) · [All operations](https://skmtc.net/reap-global/apis/reap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reap-global/reap-api/revisions/525072733e02/schema)
