Get the card art associated with the network token.
cURL
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>" }
The ID of the token for which to request the card art.
Success response
The base64 encoded image
Height of the image
Width of the image
MimeType of the image