Skip to content

Download Batch Upload Error File

Request

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
Path
uploadIdstring, (uuid)required

id of the upload

curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/batchUploads/{uploadId}/errors/download' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Created

Bodyapplication/json
downloadUrlstring

Url of the file to download

fileNamestring

Name of the file

expiresAtstring, (date-time)

Date and time when the url will expire

Response
{ "downloadUrl": "string", "fileName": "string", "expiresAt": "2019-08-24T14:15:22Z" }