> For the complete documentation index, see [llms.txt](https://docs.gestao.plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gestao.plus/api/private/list_contacts.md).

# Listar Contatos (Dados Bancários)

## Listar contatos

<mark style="color:blue;">`GET`</mark> `https://api.gestao.plus/user-contact`

Você pode listar as contas bancárias adicionadas ao parceiro através desta rota.

#### Headers

| Name                                            | Type   | Description                          |
| ----------------------------------------------- | ------ | ------------------------------------ |
| Origin<mark style="color:red;">\*</mark>        | string | URL de origem da requisição          |
| Authorization<mark style="color:red;">\*</mark> | string | Autenticação modelo (Bearer {token}) |

{% tabs %}
{% tab title="200 " %}

```
{
    "_links": {
        "self": {
            "href": "https://api.gestao.plus/user-contact"
        }
    },
    "_embedded": {
        "user_contact": []
    },
    "total_items": 0
}
```

{% endtab %}

{% tab title="401 " %}

```
{}
```

{% endtab %}
{% endtabs %}
