# 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 %}
