Get recurring request download URLs
Get URLs to download a snapshot of someone’s data from a recurring series.
URL
GET https://accountdatatransfer.apple.com/api/transfer/accountdata/fetch/{parentRequestId}/{requestId}Path Parameters
| Name | Type | Description |
|---|---|---|
requestId Required | string | A UUID that identifies the individual download request in the recurring sequence. |
parentRequestId Required | string | A UUID that identifies the recurring sequence of download requests. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | DownloadLinks | |
| 400 | Bad Request Content-Type: application/json | DownloadError | |
| 401 | Unauthorized | ||
| 403 | Forbidden | ||
| 500 | Internal Server Error |