---
title: "List Directory"
method: GET
path: "/api/external/v2/lenders/directory"
tags: ["external-v2-lenders"]
---

# List Directory

`GET /api/external/v2/lenders/directory`

List lender directory with pagination, filtering, and name search.

## Query parameters

- `limit` integer — Number of results to return (1-200, clamped)
- `offset` integer — Offset for pagination (>= 0, clamped)
- `fields` string, nullable — Comma-separated sparse fieldset
- `include` string, nullable — Comma-separated relationship includes
- `cursor` string, nullable — Base64 cursor for pagination
- `sort` string, nullable — Comma-separated, - prefix for desc
- `name` string, nullable — Case-insensitive name search

## Response `200`

Successful Response

- LenderDirectoryListResponse — OpenAPI schema for GET /api/external/v2/lenders/directory (list envelope).
  - `request_id` string, required
  - `timestamp` string, required
  - `data` LenderResponse[], required
    - `id` integer, required
    - `name` string, nullable
    - `website` string, nullable
    - `logo_url` string, nullable
    - `address` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `zip` string, nullable
    - `about` string, nullable
    - `lender_type` string[], nullable
    - `category` string, nullable
    - `created_at` string, nullable
    - `updated_at` string, nullable
  - `pagination` unknown, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/lev/apis/lev-api.md) · [All operations](https://skmtc.net/lev/apis/lev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lev/lev-api/revisions/e1915e1423cf/schema)
