Listar Instancias

Esse endpoint retornará as suas instancias

GET https://api.astraapi.com/api/instance

Headers

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

]

Last updated