🚧 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/partner/getListOfAvailableHardware \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"controlledHardwareList": [
{
"deviceModel": "RASPBERRY_PI_3",
"deviceType": "BLE_TRACKER",
"macAddress": "00:11:22:33:44:55",
"serialNumber": "RH123456789"
}
]
}Retrieve a list of hardware available for remote registration. Any hardware originally registered by a Partner is available for re-registration after being removed from an active client account.
curl --request POST \
--url https://api2.rhombussystems.com/api/partner/getListOfAvailableHardware \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"controlledHardwareList": [
{
"deviceModel": "RASPBERRY_PI_3",
"deviceType": "BLE_TRACKER",
"macAddress": "00:11:22:33:44:55",
"serialNumber": "RH123456789"
}
]
}Your API key for Rhombus.
Authentication scheme indicator ("partner-api-token").
17Request object for getting list of controlled hardware.
OK
Response object containing list of controlled hardware.
List of controlled hardware
Show child attributes
Was this page helpful?