post
https://staging-api.365finance.co.uk/prequalification/bulk
Requests a pre-signed S3 URL to upload a bulk pre-qualification data file. Once you have the upload URL, PUT your file bytes directly to S3 — no API key is needed for the S3 upload itself.
File size:
- Files under 100 MB: a single
uploadUrlis returned (uploadType: single) - Files 100 MB–200 MB: multipart upload URLs are returned (
uploadType: multipart). Upload each part to its correspondinguploadUrl, collect theETagfrom each S3 response header, then callPOST /prequalification/multipart/complete.
Accepted file types: CSV, XLS, XLSX
Maximum file size: 200 MB
400Invalid request — missing required fields, unsupported file type, or file too large
401Unauthorized - Missing or invalid API key
403Forbidden - Invalid or deactivated API key
500Internal server error. Please contact support if the issue persists.
Callback
