Retrieve External Purchase Report
Get an external purchase report by providing its request identifier.
URL
GET https://api.storekit.apple.com/externalPurchase/v1/reports/{requestIdentifier}Sandbox URL
GET https://api.storekit-sandbox.apple.com/externalPurchase/v1/reports/{requestIdentifier}Path Parameters
| Name | Type | Description |
|---|---|---|
requestIdentifier Required | requestIdentifier | The UUID that identifies the external purchase report you’re requesting. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | RetrieveReportSuccessResponse | Success. The RetrieveReportSuccessResponse object contains your report. |
| 400 | Bad Request Content-Type: application/json | NotFoundError | The request returned an error. Check the |
| 401 | Unauthorized | The JSON Web Token (JWT) in the authorization header is invalid. | |
| 429 | Rate limit exceeded. | ||
| 500 | Internal Server Error | Server error. Try again later. |
Discussion
Call this endpoint to retrieve an external purchase report that you successfully sent to Apple. This endpoint takes the requestIdentifier that you create when you call Send External Purchase Report, for reports that were successfully submitted.