---
title: "Consultar dados da conta"
method: GET
path: "/{companyId}/banking/accounts"
tags: ["Conta PJ"]
---

# Consultar dados da conta

`GET /{companyId}/banking/accounts`

## Path parameters

- `companyId` string, required

## Query parameters

- `accountOrigin` 'OPEN_FINANCE'

## Response `200`

Successful response

- AccountsResponse
  - `data` Account[]
    - `accountId` string
    - `taxId` string
    - `bankCode` integer
    - `branchCode` string
    - `number` string

---

[API](https://skmtc.net/btgpactual/apis/folha-de-pagamentos.md) · [All operations](https://skmtc.net/btgpactual/apis/folha-de-pagamentos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/btgpactual/folha-de-pagamentos/revisions/2a24d3da114c/schema)
