Get Card Image

This API retrieves the card image configured on the Thredd platform, which can then be displayed to the cardholder. Card images are stored for both virtual cards and physical cards that have been converted from virtual cards. If the cardholder wants to see the image after card creation, you can regenerate the image by using this API.

You can retrieve the card image by making a GET request to the Get Card Image endpoint. For example:

{{base-url}}/cards/{{publicToken}}/image

A successful response will return a HTTP 200 response code.

👍

API Explorer

See the Get Card Image endpoint for more information.