This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Privacy Policy
beecon-cli login --method oauth beecon-cli hubs list beecon-cli hubs get-key --id=hub_01 --output=full --format=json This tool handles the handshake automatically and returns a scoped full key valid for 8 hours—much safer than a perpetual key. You have now successfully navigated the process of "beecon hub get key full" . From understanding the hardware prerequisites to executing raw API calls and troubleshooting firmware errors, you possess the knowledge to fully control any Beecon Hub on your network.
In the rapidly evolving landscape of the Internet of Things (IoT) and smart building management, few names have garnered as much attention as Beecon Hub . Whether you are managing a large-scale industrial facility, a smart home ecosystem, or a commercial real estate portfolio, the term "beecon hub get key full" has emerged as one of the most critical search queries for administrators and integrators.
Log into your Beecon Hub right now, generate a sub-key for your monitoring system, and store your master full key in an encrypted offline database. Then, explore the API documentation at http://[your_hub_ip]/docs to see what other hidden endpoints await.
Identify your Beecon Hub’s IP address. Check your router’s DHCP table or use the Beecon Discovery Tool (available on the official website). The hub typically broadcasts on port 8080.
| Key Level | Access Scope | Typical User | | :--- | :--- | :--- | | | Read-only sensor data; cannot change settings. | Facility staff, monitors. | | Operate Key | Can trigger actuators, mute alarms, reboot node. | Technicians. | | Full Key | Factory reset, user management, SSL cert upload, raw logs. | System integrators, IT admins. |
If you are designing a new integration, Beecon recommends using their new beecon-cli tool:
curl -X POST http://[HUB_IP]:8080/api/v1/auth/start \ -H "Content-Type: application/json" \ -d '"username":"admin","password":"default_password_123"' The hub will respond with a temporary session_token . Use this token to request the FULL key: