🚧 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/updateBrivoIntegrationV2 \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"brivoSettings": {
"accessToken": "<string>",
"alertUnauthorizedFaces": true,
"apiKey": "<string>",
"apiToken": "<string>",
"badgeAuthDisablesAlarmMonitoring": true,
"clientId": "<string>",
"clientSecret": "<string>",
"createSeekPoints": true,
"doorInfoMap": {},
"doorsValidated": true,
"enabled": true,
"identifyFacesFromBadge": true,
"indexFaces": true,
"integration": "AVIGILON_ALTA",
"integrationAuditMap": {},
"misconfiguredDoors": [
"<string>"
],
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"password": "<string>",
"refreshToken": "<string>",
"rhombusToken": "AAAAAAAAAAAAAAAAAAAAAA",
"saveClips": true,
"tokenValid": true,
"userUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"username": "<string>",
"version": 123,
"webhookId": 123
}
}
'{
"authError": false,
"error": true,
"errorMsg": "<string>",
"failedGuids": [
"<string>"
],
"misconfiguredDoors": [
"<string>"
],
"warningMsg": "<string>"
}Update Brivo badge integration
curl --request POST \
--url https://api2.rhombussystems.com/api/integrations/accessControl/updateBrivoIntegrationV2 \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"brivoSettings": {
"accessToken": "<string>",
"alertUnauthorizedFaces": true,
"apiKey": "<string>",
"apiToken": "<string>",
"badgeAuthDisablesAlarmMonitoring": true,
"clientId": "<string>",
"clientSecret": "<string>",
"createSeekPoints": true,
"doorInfoMap": {},
"doorsValidated": true,
"enabled": true,
"identifyFacesFromBadge": true,
"indexFaces": true,
"integration": "AVIGILON_ALTA",
"integrationAuditMap": {},
"misconfiguredDoors": [
"<string>"
],
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"password": "<string>",
"refreshToken": "<string>",
"rhombusToken": "AAAAAAAAAAAAAAAAAAAAAA",
"saveClips": true,
"tokenValid": true,
"userUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"username": "<string>",
"version": 123,
"webhookId": 123
}
}
'{
"authError": false,
"error": true,
"errorMsg": "<string>",
"failedGuids": [
"<string>"
],
"misconfiguredDoors": [
"<string>"
],
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Show child attributes
OK
Response object for updating organization integrations.
Whether an authentication error occurred during update
false
List of GUIDs that failed to update
List of GUIDs that failed to update
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?