---
title: "GET /account-details"
method: GET
path: "/account-details"
tags: ["Conta"]
---

# GET /account-details

`GET /account-details`

## Response `200`

Get Account Details

- AccountDetails
  - `id` string
  - `company_name` string
  - `director_cpf` string
  - `company_cnpj` string
  - `legal_entities` LegalEntity[]
    - `id` string
    - `active` boolean
    - `company_name` string
    - `director_cpf` string
    - `company_cnpj` string
    - `pix_key` string
    - `created_at` string
    - `updated_at` string

## Other responses

- `400` — Solicitação Inválida

---

[API](https://skmtc.dev/kiwify/apis/api-kiwify.md) · [All operations](https://skmtc.dev/kiwify/apis/api-kiwify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kiwify/api-kiwify/revisions/b4bbffaf0088/schema)
