🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/ble/getBaseStations \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data '{}'
{ "baseStations": [ "AAAAAAAAAAAAAAAAAAAAAA" ], "error": true, "errorMsg": "<string>", "warningMsg": "<string>" }
Retrieve list of available base stations for BLE sensors
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request to get available base stations for BLE sensors.
OK
Response containing available base stations for BLE sensors.
List of base station UUIDs available for BLE sensors
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Was this page helpful?