---
title: "Get details of an insured person"
method: GET
path: "/insured-persons/{personId}"
tags: ["person"]
---

# Get details of an insured person

`GET /insured-persons/{personId}`

Provides the details of the insured person, including name, address and additional data relevant in the Swiss social security system
(birth date, sex etc.)

## Parameters

- `./components/parameters/path/person_id.yaml` — unresolved $ref

## Response `200`

Details of insured person.

- InsuredPersonYaml — unresolved $ref

## Other responses

- `401` — unresolved $ref
- `404` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.net/swissfintechinnovations/apis/pension.md) · [All operations](https://skmtc.net/swissfintechinnovations/apis/pension/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swissfintechinnovations/pension/revisions/21373a1ef3ee/schema)
