Skip to main content
GET
/
api
/
network
/
tokens
/
{id}
/
card-art
Get card art
curl --request GET \
  --url https://{cluster_id}.on-hellgate.cloud/api/network/tokens/{id}/card-art \
  --header 'x-api-key: <api-key>'
{
  "base64_card_art": "aSDinaTvuI8gbWludGxpZnk=",
  "height": 123,
  "width": 123,
  "mime_type": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

The ID of the token for which to request the card art.

Response

Success response

base64_card_art
file

The base64 encoded image

height
integer

Height of the image

width
integer

Width of the image

mime_type
string

MimeType of the image