Skip to main content
GET
Get card art

Authorizations

Authorization
string
header
required

JWT bearer token obtained via the OAuth2 client-credentials grant from the platform Authentication API. The token's scopes gate the endpoints it may call, and its audience names the Guardian instance. This is the standard way to authenticate to Guardian.

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

Example:

105

width
integer

Width of the image

Example:

170

mime_type
string

MimeType of the image

Example:

"image/png"