---
title: Read the app clip card image
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-appclipheaderimages-_id_
---

# Read the app clip card image

Get the image that appears on the App Clip card of a default App Clip experience.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app clip header image resource ID from the Create an app clip card image for a default app clip experience response.

## Query Parameters

fields[appClipHeaderImages]: Additional fields to include for each app clip header image resource returned by the response. include: The relationship data to include in the response. fields[appClipDefaultExperienceLocalizations]:

## Response Codes

200 OK: The request completed successfully. 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## See Also

### Managing App Clip Card Images

- [Create an app clip card image for a default app clip experience](appstoreconnectapi/post-v1-appclipheaderimages.md)
- [Modify an app clip card image](appstoreconnectapi/patch-v1-appclipheaderimages-_id_.md)
- [Delete a default app clip experience image](appstoreconnectapi/delete-v1-appclipheaderimages-_id_.md)
