---
title: "Return the list of all mortgages for the authenticated context"
method: GET
path: "/mortgages"
tags: ["Existing Mortgages"]
---

# Return the list of all mortgages for the authenticated context

`GET /mortgages`

List of mortgages for the authenticated context including the corresponding properties and related mortgages, sorted by mortgageId.

## Parameters

- `./components/parameters/query/expiring.yaml` — unresolved $ref
- `./components/parameters/query/cursor.yaml` — unresolved $ref
- `./components/parameters/query/limit.yaml` — unresolved $ref
- `./components/parameters/header/client_id.yaml` — unresolved $ref
- `./components/parameters/header/correlation.yaml` — unresolved $ref
- `./components/parameters/header/agent.yaml` — unresolved $ref

## Response `200`

Paginated list of all mortgages with all related information sorted by mortgageId.

- object
  - `mortgageList` MortgageYaml[], required — unresolved $ref

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `404` — unresolved $ref
- `405` — unresolved $ref
- `500` — unresolved $ref
- `501` — unresolved $ref
- `503` — unresolved $ref

---

[API](https://skmtc.net/swissfintechinnovations/apis/common-mortgage-api-public.md) · [All operations](https://skmtc.net/swissfintechinnovations/apis/common-mortgage-api-public/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swissfintechinnovations/common-mortgage-api-public/revisions/32d3f4a96cde/schema)
