---
title: "Get alias card art"
method: GET
path: "/v1/aliases/{alias}/card-art"
tags: ["/v1/aliases"]
---

# Get alias card art

`GET /v1/aliases/{alias}/card-art`

Receive card assets such as the image of the card. Works only when a Network Token is mapped to the alias.

## Path parameters

- `alias` string, required — An alias (token) received from a previous transaction if `option.createAlias` was set to `true`. In order to retrieve the alias from a previous transaction, use the [Status API](#operation/status).

## Response `200`

Successful alias card art response

- AliasCardArtResponse
  - `mimeType` string
  - `encodedData` string

## Other responses

- `400` — Invalid request

---

[API](https://skmtc.dev/pci-proxy/apis/pci-proxy-api-reference-datatrans-endpoints.md) · [All operations](https://skmtc.dev/pci-proxy/apis/pci-proxy-api-reference-datatrans-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pci-proxy/pci-proxy-api-reference-datatrans-endpoints/revisions/1f4f905fd175/schema)
