LendEasy/Docs
Get API keys
API ReferenceLMS APICustomersList customer history

List customer history

GEThttps://sandbox.api.lendeasy.ai/v1/customers/{customerId}/history Bearer token · READ_LMS_CUSTOMER_HISTORY

Returns 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

FieldTypeDescription
LendEasy-Tenant required in headerstringTenant selector: lowercase letters, digits, and hyphens, 1-64 characters. Exactly one instance; the only tenant selector honored.
customerId required in pathstringStable opaque customer identifier.
cursor optional in querystringOpaque cursor from the previous page.
limit optional in queryintegerMaximum events to return.
categories optional in querystringRepeatable subject category filter. One of PROFILE · ADDRESS · CONTACT_POINT · CONSENT · IDENTIFIER · DOCUMENT · NOTE · FORM_ENTRY · RESTRICTION · LOAN_PARTY.
actions optional in querystringRepeatable action filter within the selected categories.
occurredFrom optional in querystringInclusive lower bound; supply with occurredTo.
occurredTo optional in querystringExclusive upper bound; supply with occurredFrom.
Unified search across guides, recipes & the API referenceEsc