# Return Template For Batch Upload This endpoint the HTTP Request is planned to be altered in the next release Returns the template to complete a batch upload. Endpoint: GET /compliance/kyc-protect/batchUploads/template Version: 1.10.9 Security: bearerToken ## Response 200 fields (application/json): - `downloadUrl` (string) Url of the file to download - `fileName` (string) Name of the file - `expiresAt` (string) Date and time when the url will expire - `correlationId` (string) Unique GUID for the specific request ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 502 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected