---
title: "Look up a specific civil partnership record"
method: GET
path: "/v1/registration/partnership/{id}"
tags: ["partnership", "v1", "unstable"]
---

# Look up a specific civil partnership record

`GET /v1/registration/partnership/{id}`

Look up individual civil partnership records using the `systemNumber` printed in the bottom-left of the civil partnership certificate. (UNSTABLE: This endpoint is subject to change.)

## Path parameters

- `id` integer, required

## Response `200`

successful operation

- V1Partnership — A record of a civil partnership (Note: You will only receive the fields you are authorized to view, regardless of whether we hold them on file)
  - `id` integer, required — System number for this event
  - `dateOfPartnership` string, date, required — Date of the civil partnership
  - `partner1` object, required — The first partner
    - `forenames` string, required — Forenames of the person
    - `surname` string, required — Surname of the person
    - `dateOfBirth` string, date — Date the person was born
    - `sex` 'Male' | 'Female' | 'Indeterminate' — Sex of the person
    - `occupation` string — The occupation of the person
    - `retired` boolean — Whether the person was retired
    - `address` string — The person's address
    - `condition` string, required — Whether the person was single, divorced, widowed etc.
    - `signature` string — A digital representation of the person's signature
  - `partner2` object, required — The second partner
    - `forenames` string, required — Forenames of the person
    - `surname` string, required — Surname of the person
    - `dateOfBirth` string, date — Date the person was born
    - `sex` 'Male' | 'Female' | 'Indeterminate' — Sex of the person
    - `occupation` string — The occupation of the person
    - `retired` boolean — Whether the person was retired
    - `address` string — The person's address
    - `condition` string, required — Whether the person was single, divorced, widowed etc.
    - `signature` string — A digital representation of the person's signature
  - `status` object, required — Status flags associated with this record
    - `blocked` boolean, required — Indicates if data for this record has been blocked

## Other responses

- `404` — Resource not found
- `default` — Bad request

---

[API](https://skmtc.net/home-office/apis/life-event-verification-lev-api.md) · [All operations](https://skmtc.net/home-office/apis/life-event-verification-lev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/home-office/life-event-verification-lev-api/revisions/555f7dc044af/schema)
