Skip to main content
POST
/
api
/
badgereader
/
reboot
Reboot 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"
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request to reboot a badge reader device.

badgeReaderUuid
string<RUUID> | null
required

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

Response

200 - application/json

OK

Response indicating the result of rebooting a device.

result
enum<string> | null

Result of the reboot operation

Available options:
REBOOT_SENT,
DEVICE_OFFLINE