---
title: "Get an image"
method: GET
path: "/customer/transactions/{transactionId}/images/{imageId}"
tags: ["Transaction"]
---

# Get an image

`GET /customer/transactions/{transactionId}/images/{imageId}`

Retrieves an image of the transaction by providing the transaction identifier, the image identifier and the access token obtained from the GET /transactions/{transactionId} endpoint.

## Path parameters

- `transactionId` string, required
- `imageId` string, required

## Response `200`

OK

- DownloadResultResponse
  - `image` string — The image associated with image id and transaction id in Base64 format.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized `default`: Jwt is expired
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/trulioo/apis/trulioo-platform-api.md) · [All operations](https://skmtc.net/trulioo/apis/trulioo-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trulioo/trulioo-platform-api/revisions/a825565ee177/schema)
