Returns a link to download the error file if it has does fail during the upload this is acquired using the upload Id..
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/batchUploads/{uploadId}/errors/download
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/batchUploads/{uploadId}/errors/download
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/batchUploads/{uploadId}/errors/download' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "downloadUrl": "string", "fileName": "string", "expiresAt": "2019-08-24T14:15:22Z" }