---
title: "Busca uma conta pelos parâmetros."
method: GET
path: "/accounts"
tags: ["Accounts"]
---

# Busca uma conta pelos parâmetros.

`GET /accounts`

## Query parameters

- `document` string, required

## Response `200`

Ok

- object
  - `version` string
  - `status` number
  - `body` AccountsListDocumentation[]
    - `id` integer
    - `customers` union[]
      - union
        - object — Cliente Pessoa Física
          - `id` integer
          - `name` string
          - `email` string
          - `type` string
          - `documentNumber` string
          - `owner` boolean
          - `dateOfBirth` string
          - `createdAt` string, date-time
        - object — Cliente Pessoa Jurídica
          - `id` integer
          - `name` string
          - `email` string
          - `type` string
          - `companyName` string
          - `activity` string
          - `companyType` string
          - `companyFormat` string
          - `companyConstitutionDate` string
          - `occupation` string
          - `annualRevenues` number, float
          - `income` number, float
          - `netWorth` number, float
          - `businessType` string
          - `percOwnership` integer
          - `fiscalSituation` string
          - `debt` number, float
          - `documentNumber` string
          - `owner` boolean
          - `createdAt` string, date-time
    - `addresses` object[]
      - `id` integer
      - `addressType` string
      - `address` string
      - `number` string
      - `complement` string, nullable
      - `neighborhood` string
      - `city` string
      - `state` string
      - `country` string
      - `zipAddress` string
      - `active` boolean
      - `mailingAddress` boolean
      - `createdAt` string, date-time
    - `phones` object[]
      - `id` integer
      - `type` string
      - `countryCode` integer
      - `areaCode` integer
      - `number` string
      - `extension` string, nullable
      - `active` boolean
      - `createdAt` string, date-time
    - `accountLimit` object[]
      - `accountId` integer
      - `totalCreditLimit` number, float
      - `maximumCreditLimit` number, float
      - `totalOverdraftLimit` number, float
      - `totalCreditWithdrawalLimit` number, float
      - `percentageOverLimit` number, float
      - `totalCreditInstallmentLimit` number, float
    - `dueDate` object[]
      - `id` integer
      - `programId` integer
      - `day` integer
      - `active` boolean
      - `createdAt` string, date-time
    - `accountStatus` string
    - `financialStatus` string
    - `program` object[]
      - `programId` integer
      - `name` string
      - `type` string
      - `timezone` string
      - `binId` integer
      - `startRange` integer
      - `endRange` integer
      - `status` boolean
      - `countryCode` string
      - `avaliableCards` integer
      - `currencyCode` string
      - `createdAt` string, date-time
      - `updatedAt` string, date-time

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/revisions/85dd6188a37b/schema)
