List external parties
GEThttps://sandbox.api.lendeasy.ai/v1/external-parties Bearer token ·
READ_LMS_EXTERNAL_PARTYLists counterparties by type, verification state, activation, and case-insensitive name search.
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. |
| active optional in query | boolean | Filter by activation. |
| partyType optional in query | string | Filter by party type. One of MERCHANT · VENDOR · DEALER · SCHOOL · HEALTHCARE_PROVIDER · EMPLOYER · INVESTOR · OTHER. |
| verificationState optional in query | string | Filter by verification state. One of UNVERIFIED · VERIFIED · FAILED · UNDER_REVIEW. |
| search optional in query | string | Case-insensitive substring match on display name. |
| limit optional in query | integer | Maximum records to return. |
| offset optional in query | integer | Zero-based offset into the result set. |