List loan parties
GEThttps://sandbox.api.lendeasy.ai/v1/loans/{loanId}/parties Bearer token ·
READ_LMS_LOAN_PARTYLists co-borrower, guarantor, and authorized-party relationships for the loan. Removed parties are excluded unless requested by status.
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. |
| loanId required in path | string | Stable opaque loan identifier. |
| status optional in query | string | Filter by party status; the default excludes REMOVED. One of PENDING_VERIFICATION · ACTIVE · REMOVED. |
| role optional in query | string | Filter by party role. |
| partyOwnerType optional in query | string | Filter by owner type. One of CUSTOMER · EXTERNAL_PARTY. |
| limit optional in query | integer | Maximum records to return. |
| offset optional in query | integer | Zero-based offset into the result set. |