List privacy-rights requests
GEThttps://sandbox.api.lendeasy.ai/v1/servicing/privacy-requestsImplementedBearer token ·
READ_SERVICING_PRIVACY_REQUESTLists tracked privacy-rights requests with their statutory deadlines, review-task state, and allowed transitions. dueFrom and dueTo bound the statutory deadline and must be supplied together; sort accepts statutoryDueAt, receivedAt, status, or requestType.
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. |
| status optional in query | string | Repeat to include multiple states. One of INTAKE · IN_FULFILLMENT · FULFILLED · REJECTED · REFERRED. |
| requestType optional in query | string | Repeat to include multiple request types. One of ACCESS · DELETION · CORRECTION · OPT_OUT · OTHER. |
| regime optional in query | string | Repeat to include multiple privacy regimes. One of CCPA_CPRA · OTHER_STATE · FEDERAL. |
| customerRef optional in query | string | Exact customer reference. |
| caseId optional in query | integer | Case the request is linked to. |
| dueFrom optional in query | string | Inclusive timestamp lower bound. |
| dueTo optional in query | string | Exclusive timestamp upper bound. |
| 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. |