Skip to main content
GET
/
v2
/
cards
/
appearances
List card appearances
curl --request GET \
  --url https://thirdparty.qonto.com/v2/cards/appearances \
  --header 'Authorization: Bearer <token>'
{
  "card_type_appearances": [
    {
      "card_type": "debit",
      "card_level_appearances": [
        {
          "card_level": "virtual",
          "appearances": [
            {
              "design": "virtual.default.2017",
              "assets": {
                "front_large": "https://qonto.com/card-designs/standard/standard.recycled.plastic.2023/front_large.png",
                "front_small": "https://qonto.com/card-designs/standard/standard.recycled.plastic.2023/front_small.png",
                "front_small_wallet": "https://qonto.com/card-designs/standard/standard.recycled.plastic.2023/front_small_wallet.png"
              },
              "theme": "dark",
              "is_active": true,
              "gradient_hex_color": "#000000"
            }
          ]
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.

Headers

X-Qonto-Staging-Token
string

Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.

Response

Returns the list of appearances.

card_type_appearances
object[]
required