---
title: "Deed"
method: GET
path: "/deed/{deed_reference}"
tags: ["Deed"]
---

# Deed

`GET /deed/{deed_reference}`

The Deed endpoint returns details of a specific deed based on the unique deed reference.
The response includes the Title Number, Property information, Borrower(s) information and deed information.

## Path parameters

- `deed_reference` string, required

## Response `200`

A specific deed is returned

- OperativeDeed
  - `deed` object — Unique deed, consisting of property, borrower and charge information as well as clauses for the deed.
    - `title_number` string — Unique Land Registry identifier for the registered estate.
    - `md_ref` string — Land Registry assigned number for a Mortgage Deed (MD). If you wish to use an existing MD reference please prefix it with e- to comply with our system (eg e-MD12345)
    - `borrowers` PrivateIndividualName[]
      - `forename` string, required
      - `middle_name` string
      - `surname` string, required
      - `dob` string, required
      - `gender` 'Male' | 'Female' | 'Not Specified'
      - `phone_number` string, required
      - `address` string, required
    - `charge_clause` string[]
    - `additional_provisions` string[]
    - `lender` string

## Other responses

- `404` — Deed not found

---

[API](https://skmtc.dev/landregistry/apis/deed-api.md) · [All operations](https://skmtc.dev/landregistry/apis/deed-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/landregistry/deed-api/revisions/305aca0c173c/schema)
