# Get card art Get the card art associated with the network token. Endpoint: GET /api/network/tokens/{id}/card-art Version: EAP Security: APIKey, AdminToken ## Path parameters: - `id` (string, required) The ID of the token for which to request the card art. ## Response 200 fields (application/json): - `base64_card_art` (string) The base64 encoded image - `height` (integer) Height of the image - `width` (integer) Width of the image - `mime_type` (string) MimeType of the image ## Response 401 fields (application/json): - `code` (integer) The corresponding HTTP status code for the error - `classifier` (string) Technical code that helps to identify the error - `message` (string) Human readable representation of the error ## Response 403 fields (application/json): - `code` (integer) The corresponding HTTP status code for the error - `classifier` (string) Technical code that helps to identify the error - `message` (string) Human readable representation of the error ## Response 404 fields (application/json): - `code` (integer) The corresponding HTTP status code for the error - `classifier` (string) Technical code that helps to identify the error - `message` (string) Human readable representation of the error