curl -X POST https://chatbot.menuia.com/api/developer \
-H "Content-Type: application/json" \
-d '{
"authkey": "SUA_AUTHKEY_AQUI",
"message": "ID ou Nome do Dispositivo",
"checkDispositivo": "true"
}'
{
"status": 200,
"dispositivo": {
"id": "123",
"nome": "Dispositivo 1",
"telefone": "+5511999999999",
"webhook": "https://exemplo.com/webhook",
"conectado": true
}
}
curl -X POST https://chatbot.menuia.com/api/developer \
-H "Content-Type: application/json" \
-d '{
"authkey": "SUA_AUTHKEY_AQUI",
"message": "ID ou Nome do Dispositivo",
"checkDispositivo": "true"
}'
{
"status": 200,
"dispositivo": {
"id": "123",
"nome": "Dispositivo 1",
"telefone": "+5511999999999",
"webhook": "https://exemplo.com/webhook",
"conectado": true
}
}
curl -X POST https://chatbot.menuia.com/api/developer \
-H "Content-Type: application/json" \
-d '{
"authkey": "SUA_AUTHKEY_AQUI",
"message": "ID ou Nome do Dispositivo",
"checkDispositivo": "true"
}'
{
"status": 200,
"dispositivo": {
"id": "123",
"nome": "Dispositivo 1",
"telefone": "+5511999999999",
"webhook": "https://exemplo.com/webhook",
"conectado": true
}
}