🚧 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/getClients \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"clients": [
{
"authorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"clientAccessAllowed": true,
"clientAccountAccessUrl": "https://console.rhombussystems.com/client/access",
"clientOrgName": "Acme Corporation",
"clientOrgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"createdAtMillis": 1640995200000,
"totalAudioGateways": 4,
"totalBadgeReaders": 12,
"totalCameras": 25,
"totalClimateSensors": 10,
"totalDoorSensors": 8,
"totalLocations": 3,
"totalOccupancySensors": 6,
"totalProximitySensors": 5
}
],
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Get a list of all client accounts
curl --request POST \
--url https://api2.rhombussystems.com/api/partner/getClients \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"clients": [
{
"authorityUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"clientAccessAllowed": true,
"clientAccountAccessUrl": "https://console.rhombussystems.com/client/access",
"clientOrgName": "Acme Corporation",
"clientOrgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"createdAtMillis": 1640995200000,
"totalAudioGateways": 4,
"totalBadgeReaders": 12,
"totalCameras": 25,
"totalClimateSensors": 10,
"totalDoorSensors": 8,
"totalLocations": 3,
"totalOccupancySensors": 6,
"totalProximitySensors": 5
}
],
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("partner-api-token").
17Request object for getting all partner clients.
Was this page helpful?