---
title: "Get Title Agency"
method: GET
path: "/mortgage/v2/title_agencies"
tags: ["Title Agencies"]
---

# Get Title Agency

`GET /mortgage/v2/title_agencies`

## Query parameters

- `email` string
- `address[line1]` string
- `address[line2]` string
- `address[city]` string
- `address[state]` string
- `address[postal]` string
- `address[country]` string

## Response `200`

OK

- TitleAgency[]
  - `id` string — The ID of the title agency.
  - `name` string — The name of the title agency.
  - `alta_id` string, nullable — The ALTA ID of the title agency.
  - `address` string, nullable — The address of the title agency.
  - `eligible_underwriters` Organization[], nullable — The list of title underwriters that the title agency works with.
    - `id` string — The ID of the organization.
    - `name` string — The name of the organization.
  - `company_notaries` boolean — Whether the title agency has company notaries.

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.dev/proof/apis/proof-business-api-specification.md) · [All operations](https://skmtc.dev/proof/apis/proof-business-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/proof/proof-business-api-specification/revisions/1adaa0ea25cd/schema)
