cURL
curl --request GET \ --url https://api.bridge.xyz/v0/developer/cards/designs \ --header 'Api-Key: <api-key>'
200
Example
{ "card_designs": [ { "shortname": "<string>" } ], "default_card_design_shortname": "<string>" }
Get a listing of the designs that you can use to issue a card with.
Documentation IndexFetch the complete documentation index at: https://apidocs.bridge.xyz/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://apidocs.bridge.xyz/llms.txt
Use this file to discover all available pages before exploring further.
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?