Skip to main content
GET
/
developer
/
cards
/
designs
Get a listing of your card program's card designs
curl --request GET \
  --url https://api.bridge.xyz/v0/developer/cards/designs \
  --header 'Api-Key: <api-key>'
{
  "card_designs": [
    {
      "shortname": "<string>",
      "type": "virtual"
    }
  ],
  "default_card_design_shortname": "<string>"
}

Authorizations

Api-Key
string
header
required

Response

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

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.

default_card_design_shortname
string

The shortname of the default card design