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 default card design
Was this page helpful?