🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/badgereader/reboot \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"badgeReaderUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"result": "REBOOT_SENT"
}Reboot the specified badge reader
curl --request POST \
--url https://api2.rhombussystems.com/api/badgereader/reboot \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"badgeReaderUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"result": "REBOOT_SENT"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request to reboot a badge reader device.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
OK
Response indicating the result of rebooting a device.
Result of the reboot operation
REBOOT_SENT, DEVICE_OFFLINE Was this page helpful?