🚧 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/getBoulevardIntegration \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"error": true,
"errorMsg": "<string>",
"settings": {
"accessWindowAfterMinutes": 123,
"accessWindowBeforeMinutes": 123,
"apiToken": "<string>",
"boulevardBusinessId": "<string>",
"boulevardLocationToRhombusLocationMap": {},
"enabled": true,
"integration": "AVIGILON_ALTA",
"integrationAuditMap": {},
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"refreshToken": "<string>",
"rhombusToken": "AAAAAAAAAAAAAAAAAAAAAA",
"tokenValid": true,
"userUuid": "AAAAAAAAAAAAAAAAAAAAAA"
},
"warningMsg": "<string>",
"webhookUrl": "<string>"
}Get Boulevard integration settings
curl --request POST \
--url https://api2.rhombussystems.com/api/integrations/accessControl/getBoulevardIntegration \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"error": true,
"errorMsg": "<string>",
"settings": {
"accessWindowAfterMinutes": 123,
"accessWindowBeforeMinutes": 123,
"apiToken": "<string>",
"boulevardBusinessId": "<string>",
"boulevardLocationToRhombusLocationMap": {},
"enabled": true,
"integration": "AVIGILON_ALTA",
"integrationAuditMap": {},
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"refreshToken": "<string>",
"rhombusToken": "AAAAAAAAAAAAAAAAAAAAAA",
"tokenValid": true,
"userUuid": "AAAAAAAAAAAAAAAAAAAAAA"
},
"warningMsg": "<string>",
"webhookUrl": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Base request object for integration operations.
OK
Was this page helpful?