Skip to content

Return Template For Batch Upload

Request

This endpoint the HTTP Request is planned to be altered in the next release


Returns the template to complete a batch upload.
Security
bearerToken
curl -i -X GET \
  https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/batchUploads/template \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

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

correlationIdstring

Unique GUID for the specific request

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