> For the complete documentation index, see [llms.txt](https://docs.factpro.la/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.factpro.la/api-consulta-ruc-y-dni/consulta-dni.md).

# Consulta DNI

**Método** <mark style="background-color:green;">GET</mark>

**URL:** <https://consultas.factpro.la/api/v1/dni/{numero-dni}>

(Obtener datos de empresa por DNI).

**Header**

<table><thead><tr><th width="472">Name</th><th>Value</th></tr></thead><tbody><tr><td>Authorization</td><td>Bearer {token_empresa}</td></tr></tbody></table>

**Response**

```json
{
    "nombres": "LAVERIO ANGHELO"
}
```
