Read the servicing reconciliation report
GEThttps://sandbox.api.lendeasy.ai/v1/servicing/reports/reconciliationImplementedBearer token ·
READ_SERVICING_REPORTSReturns current servicing-to-LMS drift classifications and resolution state without exposing implementation tables.
Path & query parameters
| Field | Type | Description |
|---|---|---|
| LendEasy-Tenant required in header | string | Opaque active LendEasy tenant-registry identifier. Supply exactly one instance; no alternate tenant selector is accepted. |
| driftId optional in query | integer | Exact drift record ID. |
| driftType optional in query | string | Exact drift classification. |
| status optional in query | string | Repeat to include multiple states. |
| objectType optional in query | string | Exact affected object type. |
| detectedFrom optional in query | string | Inclusive timestamp lower bound. |
| detectedTo optional in query | string | Exclusive timestamp upper bound. |
| priority optional in query | string | Repeat to include multiple priorities. |
| limit optional in query | integer | Maximum rows to return; defaults to 50. |
| offset optional in query | integer | Zero-based row offset; defaults to 0. |
| sort optional in query | string | Allowlisted sort field for this collection. |
| order optional in query | string | Sort direction. One of asc · desc. |