---
title: "Lista de transferências"
method: GET
path: "/transfer/third-party/transfers/"
---

# Lista de transferências

`GET /transfer/third-party/transfers/`

## Query parameters

- `status` string
- `start` string
- `end` string
- `page` integer
- `size` integer

## Response `200`

200

- object
  - `totalItems` integer
  - `hasMore` boolean
  - `content` object[]
    - `id` string
    - `status` string
    - `created_at` string
    - `destination` object
      - `bank_code` string
      - `account_number` string
      - `account_number_digit` string
      - `branch_number` string
      - `holder` object
        - `name` string
        - `document` object
          - `identity` string
          - `type` string
      - `account_type` string
    - `amount` integer
    - `description` string
    - `code` string
    - `category` string

## Other responses

- `401` — 401
- `500` — 500

---

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