Submit Loan Data
Upload loan data to the LoanVista pipeline. This endpoint supports bulk uploads of loan records, typically synced from an LOS.HTTP Request
Headers
| Name | Type | Description |
|---|---|---|
Authorization | string | Required. Basic Authentication (Basic <Base64(username:password)>). |
ClientId | string | Required. Your unique Client Identifier. |
AuthKey | string | Required. The authentication key for the specific loan pipeline. |
Body
The payload should be a JSON or XML representation of the loan data.Response
Returns
200 OK if the payload was successfully enqueued for processing.Returns
400 Bad Request if headers are missing or payload is empty.
Returns 401 Unauthorized if authentication fails.
