curl --request GET \
--url https://api.datacrazy.io/v1/api/api/v1/instances/{id} \
--header 'Authorization: Bearer <token>'
{
"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,
"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.datacrazy.io/v1/api/api/v1/instances/{id} \
--header 'Authorization: Bearer <token>'
{
"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,
"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.
The response is of type object
.