🚧 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/integrations/accessControl/getKisiIntegration \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"authError": false,
"error": true,
"errorMsg": "<string>",
"failedGuids": [
"<string>"
],
"kisiSettings": {
"alertUnauthorizedFaces": true,
"apiSecretKey": "<string>",
"createSeekPoints": true,
"defaultOptions": {
"alertUnauthorizedFaces": true,
"badgeAuthDisablesAlarmMonitoring": true,
"createSeekPoints": true,
"defaultOptionsEnabled": true,
"identifyFacesFromBadge": true,
"saveClips": true
},
"doorInfoMap": {},
"doorToCameraMap": {},
"doorsValidated": true,
"enabled": true,
"enabledTimestampMs": 123,
"enablingUser": "<string>",
"enablingUserUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"identifyFacesFromBadge": true,
"migrated": true,
"placeId": 123,
"placeToSettingsMap": {},
"rhombusToken": "AAAAAAAAAAAAAAAAAAAAAA",
"saveClips": true,
"webhookId": 123
},
"misconfiguredDoors": [
"<string>"
],
"warningMsg": "<string>"
}Get Kisi badge integration
curl --request POST \
--url https://api2.rhombussystems.com/api/integrations/accessControl/getKisiIntegration \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"authError": false,
"error": true,
"errorMsg": "<string>",
"failedGuids": [
"<string>"
],
"kisiSettings": {
"alertUnauthorizedFaces": true,
"apiSecretKey": "<string>",
"createSeekPoints": true,
"defaultOptions": {
"alertUnauthorizedFaces": true,
"badgeAuthDisablesAlarmMonitoring": true,
"createSeekPoints": true,
"defaultOptionsEnabled": true,
"identifyFacesFromBadge": true,
"saveClips": true
},
"doorInfoMap": {},
"doorToCameraMap": {},
"doorsValidated": true,
"enabled": true,
"enabledTimestampMs": 123,
"enablingUser": "<string>",
"enablingUserUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"identifyFacesFromBadge": true,
"migrated": true,
"placeId": 123,
"placeToSettingsMap": {},
"rhombusToken": "AAAAAAAAAAAAAAAAAAAAAA",
"saveClips": true,
"webhookId": 123
},
"misconfiguredDoors": [
"<string>"
],
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for retrieving organization integrations.
OK
Response object containing Kisi integration settings.
Whether an authentication error occurred during update
false
List of GUIDs that failed to update
List of GUIDs that failed to update
Show child attributes
List of door names that are assigned to multiple Rhombus locations
List of door names that are assigned to multiple Rhombus locations
Was this page helpful?