Contents

Get Image List

Gets the image identifier and state for all uploaded images.

URL

GET https://api.storekit.apple.com/inApps/v1/messaging/image/list

Sandbox URL

GET https://api.storekit-sandbox.apple.com/inApps/v1/messaging/image/list

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
GetImageListResponse

Request succeeded.

429
Content-Type: application/json
RateLimitExceededError

The request exceeded the rate limit. For more information, see Identifying rate limits.

500Internal Server Error
Content-Type: application/json
GeneralInternalError

Server error. Try again later.

Mentioned in

Discussion

Call this endpoint to get all uploaded image identifiers and check their current state, imageState.

Images need to be in an APPROVED state before the system can display messages that contain them.

See Also

Image configuration