List customer history
GEThttps://sandbox.api.lendeasy.ai/v1/customers/{customerId}/history Bearer token ·
READ_LMS_CUSTOMER_HISTORYReturns the append-only change ledger for the customer and its children, newest first, with cursor paging. Without the sensitive read permission, protected values appear as redacted placeholders.
Path & query parameters
| Field | Type | Description |
|---|---|---|
| LendEasy-Tenant required in header | string | Tenant selector: lowercase letters, digits, and hyphens, 1-64 characters. Exactly one instance; the only tenant selector honored. |
| customerId required in path | string | Stable opaque customer identifier. |
| cursor optional in query | string | Opaque cursor from the previous page. |
| limit optional in query | integer | Maximum events to return. |
| categories optional in query | string | Repeatable subject category filter. One of PROFILE · ADDRESS · CONTACT_POINT · CONSENT · IDENTIFIER · DOCUMENT · NOTE · FORM_ENTRY · RESTRICTION · LOAN_PARTY. |
| actions optional in query | string | Repeatable action filter within the selected categories. |
| occurredFrom optional in query | string | Inclusive lower bound; supply with occurredTo. |
| occurredTo optional in query | string | Exclusive upper bound; supply with occurredFrom. |