Back to Help
Devices & ADMS API
Last updated: 8/28/2026
Devices API
List Devices
GET /api/v1/devices
Register Device
POST /api/v1/devices
{
"serial_number": "ABC123456",
"alias": "Main Entrance",
"vendor": "zkteco",
"location": "Building A"
}
Send Command
POST /api/v1/devices/{id}/commands?command=REBOOT
Available commands: REBOOT, SYNC_TIME, CLEAR_DATA, CLEAR_USERS, GET_INFO, OPEN_DOOR, ENABLE_DEVICE, DISABLE_DEVICE
Sync All Users to Device
POST /api/v1/devices/{id}/sync-users
Queues DATA UPDATE USERINFO commands for all active employees.
Command History
GET /api/v1/devices/{id}/commands