---
title: "Retorna informações de conta PF"
method: GET
path: "/account/fetch"
---

# Retorna informações de conta PF

`GET /account/fetch`

Confira nosso tutorial -> https://developers.celcoin.com.br/docs/listar-contas

## Query parameters

- `Account` string
- `DocumentNumber` string

## Response `200`

200

- object
  - `version` string
  - `status` string
  - `body` object
    - `statusAccount` string
    - `documentNumber` string
    - `phoneNumber` string
    - `email` string
    - `motherName` string
    - `fullName` string
    - `socialName` string
    - `birthDate` string
    - `address` object
      - `postalCode` string
      - `street` string
      - `number` string
      - `addressComplement` string
      - `neighborhood` string
      - `city` string
      - `state` string
      - `longitude` string
      - `latitude` string
    - `isPoliticallyExposedPerson` boolean
    - `account` object
      - `branch` string
      - `account` string

## Other responses

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

---

[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/versions/85dd6188a37b/schema)
