cURL
curl --request GET \ --url https://api.bridge.xyz/v0/developer/cards/designs \ --header 'Api-Key: <api-key>'
200
Example
{ "card_designs": [ { "shortname": "<string>", "type": "virtual" } ], "default_card_design_shortname": "<string>"}
Get 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.
Show child attributes
The shortname of the card design. You can pass this into the card_design_shortname parameter when creating a card account.
card_design_shortname
The type of card that the design applies to
virtual
physical
The shortname of the default card design
Was this page helpful?