🚧 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/keypad/updateKeypad \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"additionalFeaturesDisabled": true,
"armCountdownSecs": 30,
"buildingAdminPhoneNumber": "+1-555-123-4567",
"floorNumber": 1,
"keypadUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"latitude": 37.7749,
"locationName": "Main Building",
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"logoUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"longitude": -122.4194,
"name": "Main Entrance Keypad",
"qualifiedAddress": {
"addressLine2": "<string>",
"addressline1": "<string>",
"administrativeArea": "<string>",
"locality": "<string>",
"postalCode": "<string>",
"regionCode": "<string>"
},
"showCallBuildingAdmin": true,
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"timeZoneId": "America/Los_Angeles",
"videoWallUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Update keypad settings
curl --request POST \
--url https://api2.rhombussystems.com/api/keypad/updateKeypad \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"additionalFeaturesDisabled": true,
"armCountdownSecs": 30,
"buildingAdminPhoneNumber": "+1-555-123-4567",
"floorNumber": 1,
"keypadUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"latitude": 37.7749,
"locationName": "Main Building",
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"logoUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"longitude": -122.4194,
"name": "Main Entrance Keypad",
"qualifiedAddress": {
"addressLine2": "<string>",
"addressline1": "<string>",
"administrativeArea": "<string>",
"locality": "<string>",
"postalCode": "<string>",
"regionCode": "<string>"
},
"showCallBuildingAdmin": true,
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"timeZoneId": "America/Los_Angeles",
"videoWallUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for updating keypad settings and configuration.
Arm countdown seconds for the keypad
30
Phone number of the building administrator
"+1-555-123-4567"
Floor number where the keypad is located
1
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Latitude coordinate of the keypad location
37.7749
Name of the location where the keypad is installed
"Main Building"
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Longitude coordinate of the keypad location
-122.4194
Name of the keypad
"Main Entrance Keypad"
Qualified address information for the keypad location
Show child attributes
Whether to show the call building admin option
true
A sequence of one or more base 64 (url-safe) uuid substrings. These substrings are separated by dots (.).
Show child attributes
"AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA"
Time zone ID for the keypad location
"America/Los_Angeles"
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Was this page helpful?