curl -X POST https://chatbot.menuia.com/api/developer \ -H "Content-Type: application/json" \ -d '{ "authkey": "SUA_AUTHKEY_AQUI", "message": "false", "dispositivos": "true" }'
{ "status": 200, "dispositivos": [ { "id": "123", "nome": "Dispositivo 1", "telefone": "+5511999999999", "webhook": "https://exemplo.com/webhook", "authkey": "AUTHKEY_DO_DISPOSITIVO" } ] }
authkey