v1

latestOpenAPI 3.1.02026-07-26223346.1 KB
Conta

get/account-details

Response

Get Account Details

idstring
company_namestring
director_cpfstring
company_cnpjstring

Example response

{
  "id": "U9VcH6yZzRkT2fB",
  "company_name": "Minha Empresa",
  "director_cpf": "99999999999",
  "company_cnpj": "99999999999999",
  "legal_entities": [
    {
      "id": "1306b3b2-49b0-417e-a9d6-d58d585ff3b9",
      "active": true,
      "company_name": "Minha Empresa",
      "director_cpf": "99999999999",
      "company_cnpj": "99999999999999",
      "pix_key": "99999999999",
      "created_at": "2023-05-31T12:23:59.746Z",
      "updated_at": "2023-05-31T12:23:59.746Z"
    }
  ]
}
All 22 operations