> For the complete documentation index, see [llms.txt](https://docs.astraapi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.astraapi.com/integrando/instance/listar-instancias.md).

# Listar Instancias

<mark style="color:blue;">`GET`</mark> `https://api.astraapi.com/api/instance`

#### Headers

| Name                                            | Type   | Description            |
| ----------------------------------------------- | ------ | ---------------------- |
| Authorization<mark style="color:red;">\*</mark> | String | Seu Token de segurança |

{% tabs %}
{% tab title="200: OK Informações da instância" %}

```json
[
{
    "id": 6,
    "connected": true,
    "phone": "557999999999",
    "name": "teste",
    "webhookUrl": "http://google.com"
},
{
    "id": 60,
    "connected": true,
    "phone": "557999999999",
    "name": "teste",
    "webhookUrl": "http://google.com"
}

]
```

{% endtab %}
{% endtabs %}
