---
title: Read the image for an in-app purchase version
framework: App Store Connect API
role: symbol
role_heading: Web Service Endpoint
platforms: [app store connect api 4.4.1+]
path: appstoreconnectapi/get-v1-inapppurchaseversions-_id_-image
---

# Read the image for an in-app purchase version

Get the review image attached to a draft version of an in-app purchase.

## URL

GET https://api.appstoreconnect.apple.com/v1/inAppPurchaseVersions/{id}/image

## Path Parameters

id:

## Query Parameters

fields[inAppPurchaseImages]:

## Response Codes

400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 200 OK: 429 :

## Mentioned in

App Store Connect API 4.4.1 release notes

## See Also

### Endpoints

- [Create an in-app purchase version](appstoreconnectapi/post-v1-inapppurchaseversions.md)
- [Read in-app purchase version information](appstoreconnectapi/get-v1-inapppurchaseversions-_id_.md)
- [List images for an in-app purchase version](appstoreconnectapi/get-v1-inapppurchaseversions-_id_-images.md)
- [List localizations for an in-app purchase version](appstoreconnectapi/get-v1-inapppurchaseversions-_id_-localizations.md)
- [Read the image ID for an in-app purchase version](appstoreconnectapi/get-v1-inapppurchaseversions-_id_-relationships-image.md)
- [List image IDs for an in-app purchase version](appstoreconnectapi/get-v1-inapppurchaseversions-_id_-relationships-images.md)
- [List localization IDs for an in-app purchase version](appstoreconnectapi/get-v1-inapppurchaseversions-_id_-relationships-localizations.md)
- [List the versions of an in-app purchase](appstoreconnectapi/get-v2-inapppurchases-_id_-versions.md)
- [Get the resource IDs of the versions of an in-app purchase](appstoreconnectapi/get-v2-inapppurchases-_id_-relationships-versions.md)
