---
title: Read In-App Purchase Image Information
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-inapppurchaseimages-_id_
---

# Read In-App Purchase Image Information

Read details about a specific in-app purchase image.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the inAppPurchaseImages resource ID from the List In-App Purchase Images response.

## Query Parameters

fields[inAppPurchaseImages]: fields[inAppPurchases]: include:

## Response Codes

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

## See Also

### Endpoints

- [Create an Image for an In-App Purchase](appstoreconnectapi/post-v1-inapppurchaseimages.md)
- [List In-App Purchase Images](appstoreconnectapi/get-v2-inapppurchases-_id_-images.md)
- [Commit an image for an in-app purchase](appstoreconnectapi/patch-v1-inapppurchaseimages-_id_.md)
- [Delete an In-App Purchase Image](appstoreconnectapi/delete-v1-inapppurchaseimages-_id_.md)
