API

All posts with the API tag

Discussion
Nov 13, 2025

Retrieving Asset Tags via API

Hey guys, I got some devices in my organization enrolled in Hexnode whose asset tags I want to get. Is it possible to retrieve the asset tag of a device through API calls?

Discussion
Apr 01, 2025

How do I use Hexnode API with terminal on Mac?

Hey there,  I have a quick question about running Hexnode APIs. I’ve used Postman before, but I haven’t tried running any Hexnode Apis yet. I’m experimenting with using the terminal on my Mac since I heard it’s actually more convenient that way. Can someone walk me through how to do it? 

Discussion
Feb 21, 2025

Enhancements to Android kiosk exit settings in Hexnode API

We’ve expanded the Android kiosk exit settings API with additional supported keys, offering more flexibility in managing kiosk mode exits. What’s new? The API now supports the following enhancements: Kiosk manual exit - Allows users to manually exit kiosk mode. Kiosk password – Defines a password for exiting kiosk mode. Exit passcode tap count -…

Discussion
Feb 06, 2025

Rate Limit API call resulting error 429

Hi, In the api doc it says: ‍ I am really confused about this. What does it mean about `a particular device` ? does it means you can call `https://portal.hexnodemdm.com/api/v1/devices/{ID1}/` 10 time max each day, and others request like `https://portal.hexnodemdm.com/api/v1/devices/{ID2}/` also 10 times? how about device groups like `https://portal.hexnodemdm.com/api/v1/devicegroups/{GROUPID}/` does it also have max 10…

Discussion
Nov 11, 2024

Determine windows 10 upgradability to windows 11

Hi,  How do you determine which Windows 10 PCs can or cannot be upgraded to windows 11?    We have this script to determine if a windows 10 PC can be upgraded to windows 11.  https://github.com/Globaldots/hexnode/blob/master/commands/windows/HardwareReadinessForWin11.md The script will update the device notes with the upgradability status.  Please react if you find it useful too,…