Listar Instancias
Esse endpoint retornará as suas instancias
GET
https://api.astraapi.com/api/instance
Headers
Name
Type
Description
Authorization*
String
Seu Token de segurança
[
{
"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