🚧 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/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
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for getting all partner clients.
OK
Response object containing list of partner clients.
List of partner clients
Show child attributes
Was this page helpful?