Contents

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

NameTypeDescription
requestId Requiredstring

A UUID that identifies the individual download request in the recurring sequence.

parentRequestId Requiredstring

A UUID that identifies the recurring sequence of download requests.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
DownloadLinks
400Bad Request
Content-Type: application/json
DownloadError
401Unauthorized
403Forbidden
500Internal Server Error

See Also

Downloads