This endpoint the HTTP Request is planned to be altered in the next release
Returns the template to complete a batch upload.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/batchUploads/template
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/batchUploads/template
curl -i -X GET \
https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/batchUploads/template \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "downloadUrl": "string", "fileName": "string", "expiresAt": "2019-08-24T14:15:22Z", "correlationId": "string" }