🚧 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/updateAvigilonAltaIntegrationV2 \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"avigilonAltaSettings": {
"alertUnauthorizedFaces": true,
"apiToken": "<string>",
"badgeAuthDisablesAlarmMonitoring": true,
"createSeekPoints": true,
"doorInfoMap": {},
"doorToCameraMap": {},
"doorsValidated": true,
"email": "<string>",
"enabled": true,
"eventToWebhookIdMap": {},
"eventToWebhookMap": {},
"identifyFacesFromBadge": true,
"indexFaces": true,
"integration": "AVIGILON_ALTA",
"integrationAuditMap": {},
"misconfiguredDoors": [
"<string>"
],
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"password": "<string>",
"refreshToken": "<string>",
"rhombusToken": "AAAAAAAAAAAAAAAAAAAAAA",
"saveClips": true,
"tokenValid": true,
"userUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"webhookId": 123
}
}
'{
"authError": false,
"error": true,
"errorMsg": "<string>",
"failedGuids": [
"<string>"
],
"misconfiguredDoors": [
"<string>"
],
"warningMsg": "<string>"
}Update Avigilon Alta badge integration V2
curl --request POST \
--url https://api2.rhombussystems.com/api/integrations/accessControl/updateAvigilonAltaIntegrationV2 \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"avigilonAltaSettings": {
"alertUnauthorizedFaces": true,
"apiToken": "<string>",
"badgeAuthDisablesAlarmMonitoring": true,
"createSeekPoints": true,
"doorInfoMap": {},
"doorToCameraMap": {},
"doorsValidated": true,
"email": "<string>",
"enabled": true,
"eventToWebhookIdMap": {},
"eventToWebhookMap": {},
"identifyFacesFromBadge": true,
"indexFaces": true,
"integration": "AVIGILON_ALTA",
"integrationAuditMap": {},
"misconfiguredDoors": [
"<string>"
],
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"password": "<string>",
"refreshToken": "<string>",
"rhombusToken": "AAAAAAAAAAAAAAAAAAAAAA",
"saveClips": true,
"tokenValid": true,
"userUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"webhookId": 123
}
}
'{
"authError": false,
"error": true,
"errorMsg": "<string>",
"failedGuids": [
"<string>"
],
"misconfiguredDoors": [
"<string>"
],
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for updating Avigilon Alta V2 integration settings.
Avigilon Alta V2 integration settings to update
Show 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?