---
title: "Get a listing of your card program's card designs"
method: GET
path: "/developer/cards/designs"
tags: ["Cards"]
---

# Get a listing of your card program's card designs

`GET /developer/cards/designs`

Get a listing of the designs that you can use to issue a card with.

## Response `200`

A listing of the designs that you can use to issue a card with.

- CardDesigns — A listing of the designs that you can use to issue a card with.
  - `card_designs` object[] — A listing of the designs that you can use to issue a card with.
    - `shortname` string — The shortname of the card design. You can pass this into the `card_design_shortname` parameter when creating a card account.
    - `type` 'virtual' | 'physical' — The type of card that the design applies to
  - `default_card_design_shortname` string — The shortname of the default card design

## Other responses

- `400` — Request containing missing or invalid parameters.
- `401` — Missing or invalid API key
- `500` — Unexpected error. User may try and send the request again.

---

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