post
https://loanpro.simnang.com/api/public/api/1/data/import/()
This request saves the validated CSV records in the LoanPro database.
Click here to learn more about this request
LoanPro's import tool is a fast and efficient way to transfer large amounts of data. Imports can be completed manually via the LoanPro dashboard or programmatically via the API. Note the following when importing data via the API.
Importing data into LoanPro requires a series of steps. Here's a breakdown of the entire process.
- Create data import record
- Get import progress
- Validate CSV file
- Get import validation/errors
- Import validated data
- Verify imported records
This endpoint should return an empty response body with Content-Length: 0. A 200 response means the job was accepted—not that it finished.
Ingestion is asynchronous.
- The record passes through
dataimport.status.impinprogressbefore reachingdataimport.status.imported. - Poll the endpoint in the Get import validation/errors step until it reaches imported, then check
statsNew,statsUpd, andstatsErragainst your row count.

