---
title: "Get financial relations for a customer"
method: GET
path: "/customers/{id}/files/financial-relations"
---

# Get financial relations for a customer

`GET /customers/{id}/files/financial-relations`

## Path parameters

- `id` string, required

## Query parameters

- `sort` 1 | -1
- `limit` integer
- `nextPage` string

## Response `200`

List of financial relations

- object
  - `count` integer
  - `nextPage` string
  - `items` object[]
    - `customerId` string
    - `fileId` string
    - `year` integer
    - `amount` number, double, nullable
    - `category` string
    - `subCategory` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/open-finance/apis/auth.md) · [All operations](https://skmtc.net/open-finance/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-finance/auth/revisions/b4d401b65c3d/schema)
