curl --request GET \
--url https://api.g1.datacrazy.io/api/v1/instances \
--header 'Authorization: Bearer <token>'{
"count": 100,
"data": [
{
"id": "507f1f77bcf86cd799439011",
"name": "Instância atendimentos suporte",
"createdAt": "2024-04-11T12:00:00.000Z",
"updatedAt": "2024-04-11T14:30:00.000Z",
"platform": "WHATSAPP",
"provider": "WHATSAPP_CLOUD_API",
"engine": "WHATSAPP_CLOUD_API_19",
"config": {
"endAutomationInterval": 15,
"endTypingInterval": 1,
"evolutionApiUrl": "https://evolution-evolution2.mcmoxg.easypanel.host",
"evolutionInstanceId": "Instancia suporte",
"evolutionInstanceToken": "78523FD522AA-97KD-8C0F-8138D5A84671",
"listenGroups": false,
"typeList": "buttons",
"startAutomationInterval": 3,
"startTypingInterval": 0,
"typingInterval": false
},
"isActive": true,
"webhook": "/webhooks/z-api/d129a692-e5ab-42b3-b0e4-90ad9a12b068/68597f2a95fb0298e5c128b5",
"status": "CONNECTED",
"errorCode": "429",
"errorMessage": "Não foi possível se conectar com o provedor",
"deletedAt": "2025-11-07T22:05:15.754Z"
}
]
}curl --request GET \
--url https://api.g1.datacrazy.io/api/v1/instances \
--header 'Authorization: Bearer <token>'{
"count": 100,
"data": [
{
"id": "507f1f77bcf86cd799439011",
"name": "Instância atendimentos suporte",
"createdAt": "2024-04-11T12:00:00.000Z",
"updatedAt": "2024-04-11T14:30:00.000Z",
"platform": "WHATSAPP",
"provider": "WHATSAPP_CLOUD_API",
"engine": "WHATSAPP_CLOUD_API_19",
"config": {
"endAutomationInterval": 15,
"endTypingInterval": 1,
"evolutionApiUrl": "https://evolution-evolution2.mcmoxg.easypanel.host",
"evolutionInstanceId": "Instancia suporte",
"evolutionInstanceToken": "78523FD522AA-97KD-8C0F-8138D5A84671",
"listenGroups": false,
"typeList": "buttons",
"startAutomationInterval": 3,
"startTypingInterval": 0,
"typingInterval": false
},
"isActive": true,
"webhook": "/webhooks/z-api/d129a692-e5ab-42b3-b0e4-90ad9a12b068/68597f2a95fb0298e5c128b5",
"status": "CONNECTED",
"errorCode": "429",
"errorMessage": "Não foi possível se conectar com o provedor",
"deletedAt": "2025-11-07T22:05:15.754Z"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
100
Show child attributes
Identificador único da instância
"507f1f77bcf86cd799439011"
Nome da instância
"Instância atendimentos suporte"
Data de criação da instância
"2024-04-11T12:00:00.000Z"
Data de atualização da instância
"2024-04-11T14:30:00.000Z"
Platforma da instância
"WHATSAPP"
Provedor da integração
"WHATSAPP_CLOUD_API"
Motor da instância
"WHATSAPP_CLOUD_API_19"
Configurações adicionais da instância
{
"endAutomationInterval": 15,
"endTypingInterval": 1,
"evolutionApiUrl": "https://evolution-evolution2.mcmoxg.easypanel.host",
"evolutionInstanceId": "Instancia suporte",
"evolutionInstanceToken": "78523FD522AA-97KD-8C0F-8138D5A84671",
"listenGroups": false,
"typeList": "buttons",
"startAutomationInterval": 3,
"startTypingInterval": 0,
"typingInterval": false
}Indica se a instância está ativa
true
Path do webhook
"/webhooks/z-api/d129a692-e5ab-42b3-b0e4-90ad9a12b068/68597f2a95fb0298e5c128b5"
Status da conexão
"CONNECTED"
Código de erro da conexão com a instância
"429"
Mensagem de erro da conexão com a instância
"Não foi possível se conectar com o provedor"
Data de exclusão da instância
"2025-11-07T22:05:15.754Z"