Get one-time request download URLs
Get URLs to retrieve someone’s data.
URL
GET https://accountdatatransfer.apple.com/api/transfer/accountdata/fetch/{requestId}Path Parameters
| Name | Type | Description |
|---|---|---|
requestId Required | string | A UUID that identifies the one-time request. |
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 |