Download Batch Upload Error File

Returns a link to download the error file if it has does fail during the upload this is acquired using the upload Id..

SecuritybearerToken
Request
path Parameters
uploadId
required
string <uuid>

id of the upload

Responses
200

Created

400

Bad Request

401

Unauthorized

403

Forbidden

502

Server Error

get/compliance/kyc-protect/batchUploads/{uploadId}/errors/download
Request samples
Response samples
application/json
{
  • "downloadUrl": "string",
  • "fileName": "string",
  • "expiresAt": "2019-08-24T14:15:22Z"
}