cURL
curl --request GET \ --url https://api.synctera.com/v1/cards/images/{card_image_id}/data \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Get card image data
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of a card image
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
Image data
The response is of type file.
file
Was this page helpful?