---
title: "Get Lender"
method: GET
path: "/api/external/v2/lenders/{org_id}"
tags: ["external-v2-lenders"]
---

# Get Lender

`GET /api/external/v2/lenders/{org_id}`

Get a single lender by ID with optional program includes.

## Path parameters

- `org_id` integer, required

## Query parameters

- `fields` string, nullable — Comma-separated sparse fieldset
- `include` string, nullable — Comma-separated relationship includes

## Response `200`

Successful Response

- LenderObjectResponse — OpenAPI schema for GET /api/external/v2/lenders/<org_id> (object envelope).
  - `request_id` string, required
  - `timestamp` string, required
  - `data` LenderDetailResponse, 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
    - `linkedin_url` string, nullable, required
    - `aliases` string[], nullable, required
    - `domains` string[], nullable, required
    - `square_logo_url` string, nullable, required
    - `programs` LenderProgramResponse[], nullable
      - `id` integer, required
      - `title` string, nullable
      - `loan_types` string[], nullable
      - `recourse_types` string[], nullable
      - `min_loan_amount` number, nullable
      - `max_loan_amount` number, nullable
      - `capital_source_type` string, nullable
      - `positions` string[], nullable
      - `sponsor_states` string[], nullable
      - `status` string, nullable

## 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)
