---
title: "Retrieves property registry check associated with the registration."
method: GET
path: "/api/property-register/{id}"
tags: ["PropertyRegister"]
---

# Retrieves property registry check associated with the registration.

`GET /api/property-register/{id}`

## Path parameters

- `id` string, uuid, required

## Headers

- `apikey` string, required

## Response `200`

Details of the property register check.

- CredasApiModelsPropertyRegisterPropertyRegisterCheckResponse
  - `matchResult` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 — Unknown = 0, FullNameMatch = 1, SurnameMatch = 2, NoNameMatch = 3, NoAddressMatch = 4, TitleNotRegistered = 5, Unavailable = 6, OutOfHours = 7
  - `matchResultText` string
  - `propertyOwnership` 0 | 1 | 2 — Unknown = 0, SoleOwnership = 1, JointOwnership = 2
  - `propertyOwnershipText` string
  - `titleNumber` string
  - `checkStatus` 0 | 1 | 2 | 3 — Unknown = 0, Pass = 1, Refer = 2, Fail = 3
  - `hasBeenOverridden` boolean

## Other responses

- `400` — If the service was supplied invalid data.
- `401` — If credentials supplied were invalid.
- `404` — If registration does not have associated property register check.
- `500` — If an unexpected exception occurred whilst processing the request.

---

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